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.
http://www.filecluster.com and not IE is the problem,firefix and opera don’t see the links…IE see it good
nvm..i got it 🙂 tnx anyway
ups..i posted in the wrong thread…forget my last answer…i didnt managed to fix the links 🙁
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 🙂