Hey Guys, I'm sure the best way to ask this question. I have a css based rating system. I got it to display property in my main section of the page. But when I added to the sidebar it picks up settings from the sidebar li li settings. So is there a way so that I can not apply the css settings from the sidebar? If I can block all the settings and just apply settings from the css file for the rating that would be better. You can check out what I'm talking about at wootvid.com. At the right side under Top Rated.
in style_Blue.css add on bottom: #sidebars ul ul.small_unit-rating li.small_current-rating { background: transparent url(small_rating_star.png) repeat scroll left bottom; border: 0px none; color: #EEEEEE; line-height:normal; margin: 0; padding: 0; } be sure you entered correct path to the image.
His code doesn't actually block it. It applies the same settings from the rating css to the #sidebars ul ul.