CSS: A { background: transparent } ?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

CSS: A { background: transparent } ?

Post by nigma »

Can anyone give me an example of when setting a links background color to transparent would come in handy?
owen
Forum Newbie
Posts: 15
Joined: Fri May 30, 2003 12:40 pm

hmm...

Post by owen »

it's transparent by default so setting it to transparent would basically do nothing. Try setting it to a color, then making it transparent on hover.
gavinbsocom
Forum Commoner
Posts: 71
Joined: Tue Sep 30, 2003 9:51 pm

Post by gavinbsocom »

Transparent would probally be useful on backgrounds and inside tables as far as alternating colors...like if the the bgcolor of a table is black,,,and you want ever other row orange...you could type transparent on the other rows...thats about all i can think of? how about anyone else?
Post Reply