Blocking css from certain sections

Discussion in 'CSS' started by SGBoise, Feb 9, 2009.

  1. #1
    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? :confused: 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.
     
    SGBoise, Feb 9, 2009 IP
  2. clicyu

    clicyu Peon

    Messages:
    22
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    clicyu, Feb 9, 2009 IP
    SGBoise likes this.
  3. SGBoise

    SGBoise Peon

    Messages:
    647
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    :):):):) Thank You.
     
    SGBoise, Feb 10, 2009 IP
  4. Bruce_Davenport

    Bruce_Davenport Guest

    Best Answers:
    0
    #4
    can u please explain this..i didn get it??..i want to know....
     
    Bruce_Davenport, Feb 10, 2009 IP
  5. SGBoise

    SGBoise Peon

    Messages:
    647
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    His code doesn't actually block it. It applies the same settings from the rating css to the #sidebars ul ul.
     
    SGBoise, Feb 11, 2009 IP