PDA

View Full Version : IE Display problems


harpel1
Apr-23-2007, 02:34 AM
Hello,

I have been playing around with the configuration of my site and have got it displaying in a way I quite like (well part from the front page, so going to keep working on that). Now I use Firefox and also check in IE6 and every thing looks fine. But I am getting feedback the in some IE versions the page in over to the right.

I am sure there is somebody out there that knows the fix to this, the next issue is how to check that the fix has worked??? Well one thing at a time….

Any ideas ???

Thanks in advance for your help



www.lee-harper.com (http://www.lee-harper.com)

richW
May-18-2007, 09:00 AM
I can see couple of lines in your navBar code that could be causing some problems.

The <li> needs to be closed - change this line:
<li><a href="http://blog.snappyphotos.co.uk">Blog@snappyphotos</a><li>

to this:
<li><a href="http://blog.snappyphotos.co.uk">Blog@snappyphotos</a></li>


Ending quotemark on the url - change this line:
<li><a href="http://www.moosegallery.com/>Moose Peterson's</a></li>

to this:
<li><a href="http://www.moosegallery.com"/>Moose Peterson's</a></li>