[css-d] Firefox/IE Difference in Positioning

2005-09-08 Thread Mr. Kim Siever
Hi all, I am working on the following website. http://www.uleth.ca/asac/ In Firefox, the Banff 2006 logo is where I want it to be. in IE6, it is 20px closer to the top. Anyone know what I've done wrong? CSS: http://www.uleth.ca/man/research/asac/css/mainpage.css Thanks -- Mr. Kim Siever

Re: [css-d] Firefox/IE Difference in Positioning

2005-09-08 Thread Gunlaug Sørtun
Mr. Kim Siever wrote: http://www.uleth.ca/asac/ In Firefox, the Banff 2006 logo is where I want it to be. in IE6, it is 20px closer to the top. Anyone know what I've done wrong? You've forgotten about default margins, which are not identical across browser-land. Try: h1 {margin: 20px 0 0