I installed some custom code to have the links display in a different color in posts. This code works on some of the forums and will only work for mouseover on the others.
Here is what I did. Anyone have any idea what's going on?
Quote:
in postbit find this:
<div id="post_message_$post[postid]">$post[message]</div>
and replace with this:
<div id="post_message_$post[postid]" class="message">$post[message]</div>
then in extra css add code like this:
div.message a, div.message a:visited { color: whatever; }
div.message a:hover, div.message a:active { color:whatever; }
|
If you go to my forum,
Http://ltxtech.com/forums , you can see in the user support section, the link colors are royal blue. If you go to the feedback section, the links are white and rollover royal blue.