menu tree align left

Discussion in 'HTML & Website Design' started by zodiac, Aug 7, 2007.

  1. #1
    zodiac, Aug 7, 2007 IP
  2. gwkg

    gwkg Peon

    Messages:
    143
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Its the way the browser interprets the <ul> tag.

    You need to set the left padding to 0px;

    <ul id="treemenu1" class="treeview" style="padding-left:0px;">
     
    gwkg, Aug 7, 2007 IP
    zodiac likes this.
  3. zodiac

    zodiac Peon

    Messages:
    2,661
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks....
     
    zodiac, Aug 7, 2007 IP