• Hey,

    I got a small problem.I have changed the attributes in my css file,when i go over my links with the mouse( a:hover tag),they highlight and underline.It works very good with IE,but Firefox and Opera…only the sidebar links do that,the page links remain the same,with no hover.I validated my css file,my site is ok with several small errors,that not affect the layout or pages.

    Any ideeas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • A link would be helpful.

    I will guess that the links in your main page are styled with a different class or id and that IE isn’t picking up on it (not unusual for IE to ignore what should be expected behavior). But I can’t tell without a link.

    And you never know which “small errors” will affect something like this. Fix those errors that you already know about.

    Thread Starter vexxatu

    (@vexxatu)

    https://www.filecluster.com and not IE is the problem,firefix and opera don’t see the links…IE see it good

    Thread Starter vexxatu

    (@vexxatu)

    nvm..i got it ?? tnx anyway

    Thread Starter vexxatu

    (@vexxatu)

    ups..i posted in the wrong thread…forget my last answer…i didnt managed to fix the links ??

    Thread Starter vexxatu

    (@vexxatu)

    ok…now im totally clueless…i have read several tips to hide some styles,to avoid browser incompatibility…but still…no resolve…

    anyone has any other ideeas? maybe its something simple

    >>and not IE is the problem, firefix and opera don’t see the links…IE see it good<<

    Actually, Fireofx and Opera are both seeing it absolutely correctly. IE is the one that’s wrong. Firefox and Opera are both reading your stylesheet exactly hjow you have it written, and displaying it as such. IE just guesses.

    That being said…

    in style.css, you have this:

    div.main a {

    font-weight:normal;

    text-decoration: none;

    color: #6699cc;}

    It’s overwriting your default A links, since it’s showing up after. Delete that section, and they’re fine.

    Also, just anote: when you *do* figure out a solution for a problem you are having PLEASE do not post back with “nevermind, fixed it” and nothing more. This is a public forum, and LOTS of people may have the same issue you’re having. It’s really irritating to search and search for an answer, and the only one you can find is “fixed it” with no mention of *how* it was fixed. Please be a little more considerate of those coming after you ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with links with different browsers’ is closed to new replies.