Thread: Color
View Single Post
  #2 (permalink)  
Old 01-19-2008, 04:09 PM
computerbar's Avatar
computerbar computerbar is offline
Pligg Donor
 
Join Date: Nov 2007
Location: UK
Posts: 67
Quote:
Originally Posted by Geoserv View Post
Is there a way to make it so every second story had a different background color?

Geoserv.
add this to your CSS

say you have 20 stories per page. x-news starts from 0

#xnews-1 {
background: #006600;
}
#xnews-3 {
background: #006600;
}
#xnews-5 {
background: #006600;
}

#xnews-7 {
background: #006600;
}
#xnews-9 {
background: #006600;
}
#xnews-11 {
background: #006600;
}
#xnews-13 {
background: #006600;
}
#xnews-15 {
background: #006600;
}
#xnews-17 {
background: #006600;
}

#xnews-19 {
background: #006600;
}

change color to your taste

check here demo

PeekLocal / Posted Blogs
Reply With Quote