Link Background Problem

  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post August 21st, 2009, 8:45 pm

Whenever I have links on my forum's post body, there is a background color to it. I tried to find where it is coming from but I simply can't find anything in the CSS about it.

My signature links are fine and don't have any background colors, but the links in the actual post body have a background. Look here to see what I am talking about (Since links there could be found easily and could be easily tested).

Any help in this would be greatly appreciated. Thanks :)
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 21st, 2009, 8:45 pm

  • Zwirko
  • Guru
  • Guru
  • User avatar
  • Joined: May 29, 2005
  • Posts: 1417
  • Loc: 55° N, 3° W
  • Status: Offline

Post August 21st, 2009, 10:50 pm

This should be the culprit:

Code: [ Select ]
.postlink:hover {
    background-color: #f6f6f6;
    text-decoration: none;
    color: #404040;
}
  1. .postlink:hover {
  2.     background-color: #f6f6f6;
  3.     text-decoration: none;
  4.     color: #404040;
  5. }
Moderator Remark: Added [code] tags

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 72 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.