Hover doesn’t work for IE7
-
Here is my site: https://boldlygo.org/blog
I was looking at my website on a friends computer today(IE7), and noticed that it doesn’t underline or change the color of links when I hover over them. Additionally, the links were gray instead of blue. It was hard to tell that were even links.
The latest versions of firefox and opera do not have this problem.
Here is my code for links:
a { text-decoration: none;
color: #000066;
}a:hover {
text-decoration: underline;
color: #343434;
}What should I change or add to my code for this to work in IE7?
thanks,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hover doesn’t work for IE7’ is closed to new replies.