Need a quick bit of help its been along day

Discussion in 'CSS' started by Rivmedia, Jul 29, 2009.

  1. #1
    Hey everyone , im not one for asking for help normally but its been along day and im getting tired lol.

    Please look at this site :

    http://www.webmastersdictionary.com

    Now if you look at the categories in the sidebar you can see they are styled nicely with a nice little star as a bullet point, Now ive created a text widget with this code :

    <ul>
      <li><a href="http://www.test.com">Testlink</a></li>
    </ul>
    
    Code (markup):
    I have also tried adding a couple of div classes from css but i cant seem to make it look like the normal stuff.

    Can someone please give me the correct code, im sure ive just missed the correct div or li class but ive just about had enough of looking now lol
     
    Rivmedia, Jul 29, 2009 IP
  2. AssistantX

    AssistantX Peon

    Messages:
    173
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Class "widget_text" is overwritting the li background settings of id "sidebar", specifically, "background-image". "widget_text" sets "background-image" to none.
     
    AssistantX, Jul 29, 2009 IP
  3. Rivmedia

    Rivmedia Notable Member

    Messages:
    2,306
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Ok lol i think ill have to wait until the morning after ive had some sleep to have another go , i was actually looking for someone to kindly give me the code :)
     
    Rivmedia, Jul 29, 2009 IP
  4. AssistantX

    AssistantX Peon

    Messages:
    173
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Simply remove the "background-image" property from the "widget_text" class.
     
    AssistantX, Jul 30, 2009 IP