Previous Message
Next Message

RE: [css-d] need to remove background rollover on selected links

Sent by Dozier, Mae on 20 December 2002 16:04


Thank you also. Its working now!

Mae

From: 	Alex Robinson [EMAIL-REMOVED]] 



As long as your <a> tag has a class="linkbg" in it, this should work

.linkbkg:hover
	{
	background-color: transparent;
	}

or set the color to #fffff if you prefer
Previous Message
Next Message

Possibly related: