Re: [css-d] IE inserting extra space

2006-10-20 Thread Chris Recknell
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/

Re: [css-d] IE inserting extra space

2006-10-20 Thread Gunlaug Sørtun
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

[css-d] IE inserting extra space

2006-10-20 Thread James Ward
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.