Forums / Cotonti / Support / Div Odd Even

chobblr
#12445 2009-05-14 01:17
This is what i mean.

normal odd/even:
below would be in a .tpl file
div class="{\FORUMS_POSTS_ROW_ODDEVEN\}"

below is in a .css file
.odd {background-color:red;}
.even {background-color:blue;}


custom div1/div2:
below would be in a .tpl file
div class="{\FORUMS_POSTS_ROW_ODDEVEN\}"

below is in a .css file
.div1 {background-color:orange;}
.div2 {background-color:yellow;}


basicaly like the odd and even but another lot of my own

Dit bericht is bewerkt door chobblr (2009-05-14 01:22, 16 jaren ago)