The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › I.E. links display a gray background when clicked? HELPP :#
Hi, Very confused..
My links display a gray background when clicked on a link in I.E. 9
any suggestions??
Driving me nuts!!
http://www.meryconme.com
Thank you !
You have the following line of code at the bottom of your Style Sheet…
a:focus { background-color: #a89d8a; }
I would suggest
a:link, a:visited { color:#bada55; text-decoration:none; } a:hover, a:active { color:#444; text-decoration:none; }
Of course, your going to want to replace #bada55; & #444; with you own colors.
Hope this helps (:
– Allen http://allenlawson.net