• 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)
  • check DOCTYPE of document!!!

    Yikes! Your black header text covers up your post text in Mac Firefox. I assume that this text is meant to be hidden under your header image on the black header area. Black on black text is a huge spammer red flag for search engines like Google (even though yours is used for innocent purposes), so I would NOT use this technique, especially if your site is new.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover doesn’t work for IE7’ is closed to new replies.