As for your problem, it could be caused by all the hacks you have got in there.
Try using this in your <head>
- Code: Select all
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="iespecific.css" />
<![endif]-->
and use a different stylesheet for IE, this may solve the problem?
hope this helps
Craig