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
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.