PDA

View Full Version : Postbit Link Colors


Fastbird
09-10-2008, 11:27 PM
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?

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.

Lynne
09-11-2008, 12:13 AM
Links are white for me in User Support and rollover to blue. Same in Sales Feedback. Instead of just a, try a:link.

Fastbird
09-11-2008, 12:21 AM
Ok, the colors work for mouseover, visited, and active. It just won't change the regular color when it's fresh and unclicked. any help at all?

--------------- Added 1221096224 at 1221096224 ---------------

Links are white for me in User Support and rollover to blue. Same in Sales Feedback. Instead of just a, try a:link.

Hmm, didn't work.

--------------- Added 1221096339 at 1221096339 ---------------

Ok, the colors work for mouseover, visited, and active. It just won't change the regular color when it's fresh and unclicked. any help at all?

--------------- Added 1221096224 at 1221096224 ---------------



Hmm, didn't work.

Whoops, it actually DID work. I forgot to hit save...wow. Thanks for the help. I owe you a beer!