I think i'm going crazy....lists

Discussion in 'HTML & Website Design' started by xkatx21x, Feb 10, 2009.

  1. #1
    Hi i've just finished the redesign of my partners website, but for some strange reason, on the site map the first bullet point is on the right of the page not the left as all the others are.
    It only seems to happen in IE7, Safari 3.2.1, and Google Chrome.
    In FF 3 and Opera 9.27 it works fine.
    The link is www.solidmasonry.co.nz/sitemap.html if anyone can see what is wrong please let me know.
    I've validated it and it doesn't come up with any errors.
    I've been staring at it for a while now so maybe a fresh pair of eyes might help.

    I can post the code if anyone needs me too.

    Thanks in advance
     
    xkatx21x, Feb 10, 2009 IP
  2. Astroman

    Astroman Well-Known Member

    Messages:
    2,355
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    135
    #2
    It's because of this:

    <div class="spacer"></div>
    Code (markup):
    just above your list. Either get rid of it, change the .spacer rules in your style sheet so it's not floated left, or put a <br style="clear:both"/> just after it.
     
    Astroman, Feb 11, 2009 IP
  3. xkatx21x

    xkatx21x Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for that, I just deleted it.
    Working fine now
     
    xkatx21x, Feb 11, 2009 IP