PDA

View Full Version : [Solved] Forum Display Alternatnig colors?


VonDoom
07 Dec 2009, 17:24
Last question i need answered b4 i can release this stlye. what variables control the 1st and 2nd alternating colors in forum display? SS attached for reference.

http://i225.photobucket.com/albums/dd184/stained_class/Capture_12072009_131430.jpg

Lynne
07 Dec 2009, 18:06
class="replies alt" for Replies and class="threadlastpost td alt" for the Last Post By are the actual classes for those areas. However, looking at the stylesheet, they are controlled 'above' that with this statement:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Get firebug for firefox to figure this all out more easily.

VonDoom
07 Dec 2009, 18:29
Thanks Lynne, I do use Firebug, but im still learning how to use it. I figure out a little bit more each and every time but im afraid i have a long way to go before i actually figure it out. ;)

Lynne
07 Dec 2009, 18:56
Inspect Element - That is the most helpful part of firebug!

VonDoom
07 Dec 2009, 19:46
I found it hard coded in the threadlist.css.