Amezis 0 Report post Posted September 1, 2005 I have a big CSS problem to one of my sites (not the one hosted at Xisto):http://www.dhost.info/globalrs/Well, all links that doesn't have any specific class or ID, are totally weird when I click them. I don't know why. But I removed the CSS file, and then it worked, so it IS my CSS file.If you could check out the links that are normal (no special hover effect), which can be found in most of the news, click on it, and you'll see the problem. If you know why the problem occurs, please tell me. By the way, the CSS file can be found here if you want to check:http://dhost.info/content/view/104/ Share this post Link to post Share on other sites
Amezis 0 Report post Posted September 1, 2005 Wow I found the problem... This is weird: #newshover { font-size: 9pt; font-weight: bold; width: 100% }#newshover a:link, #newshover a:visited, a:active { text-decoration: none; display: block; width:100% }#newshover a:hover { text-decoration: none; color: #FFFFFF; background:#34579B }When I removed this from the CSS file, everything worked normally. But I really want to get it back to the CSS file, since I need it... Share this post Link to post Share on other sites
Amezis 0 Report post Posted September 1, 2005 I can't believe it! I am sooooooooooo stupid! #newshover a:link, #newshover a:visited, a:active { text-decoration: none; display: block; width:100% }I forgot to set #newshover before "a:visited"...Any mod just close this thread. Share this post Link to post Share on other sites
electriic ink 1 Report post Posted September 1, 2005 Any mod just close this thread.This is therefore locked.//Locked Share this post Link to post Share on other sites