Page 1 of 1

CSS: A { background: transparent } ?

Posted: Tue Nov 11, 2003 3:54 pm
by nigma
Can anyone give me an example of when setting a links background color to transparent would come in handy?

hmm...

Posted: Tue Nov 11, 2003 4:43 pm
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.

Posted: Tue Nov 11, 2003 10:39 pm
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?