Thread: Alignment in IE
View Single Post
  #3 (permalink)  
Old Oct 11th, 2006, 19:26
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment in IE

The link worked for me but I could not see a search box.

IMO it has two real immediate problems. As a fixed width site it is too wide as it does not fit in an 800px wide screen. Having to scroll horizontally is a real no-no.

In your drop-down menus, get your cursor on the border between two menu options and watch what happens.

Remove this from the start of your pages:
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
It's not required and it thows IE into quirks mode.

Validate your page. W3C validation shows 36 errors.

Last edited by ukgeoff; Oct 12th, 2006 at 16:41.
Reply With Quote