2006 09:42
To: css-d@lists.css-discuss.org
Subject: [css-d] IE inserting extra space
Hi
I think I understand why this problem is occurring but, try as I
might, I'm struggling to find which element is causing the problem.
The site:
http://homepage.mac.com/jamesward/joansironingservice/
James Ward wrote:
> http://homepage.mac.com/jamesward/joansironingservice/
> Extra white space being inserted by IE between #header and
> #content-wrapper.
The margin on h1 is causing the gap in IE.
Add...
h1#title {margin: 0;}
...and it will be ok.
regards
Georg
--
http://www.gunla
Hi
I think I understand why this problem is occurring but, try as I
might, I'm struggling to find which element is causing the problem.
The site:
http://homepage.mac.com/jamesward/joansironingservice/
The problem:
Extra white space being inserted by IE between #header and #content-wrapper.