PDA

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


VonDoom
12-07-2009, 04:24 PM
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.

https://vborg.vbsupport.ru/external/2009/12/154.jpg

Lynne
12-07-2009, 05:06 PM
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:
.threadbit .alt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F6F8 url(images/gradients/grey-up.png) repeat-x scroll left bottom;
}Get firebug for firefox to figure this all out more easily.

VonDoom
12-07-2009, 05:29 PM
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
12-07-2009, 05:56 PM
Inspect Element - That is the most helpful part of firebug!

VonDoom
12-07-2009, 06:46 PM
I found it hard coded in the threadlist.css.