am am using a div for a menu dropdown with an image. I set the class surrounding the image to 'Link1' but it keeps showing the blue link box (changes to purple after visited) around my images with the dropdown. I have set my css to the same color as the images and I no longer see the link box in Firefox but IE is ignoring my css. How can I get the box to disapper in IE?
My CSS:
a.Link1:link { color: #9C9C08; text-decoration: none; }
a.Link1:visited { color: #9C9C08; text-decoration: none; }
a.Link1:hover { color: #9C9C08; text-decoration: none; cursor: pointer; }
a.Link1:active { color: #9C9C08; text-decoration: none;
Here's the link. Notice difference in browsers.
http://www.sidconcepts.com/BabySightings/test.htm
class="Link1" isn't working in IE.
Any help appreciated.



Reply With Quote

Bookmarks