Click to See Complete Forum and Search --> : Firefox/ie problems


armadillo1111
10-22-2005, 09:26 AM
Hi

Please see http://www.testing.joewalkden.co.uk/html/indexa.html

There's a big difference when it's viewed in ie and firefox - there's a big space before the header after the menu in ie which isn't there in firefox.

Any suggestions as to why this is and how to fix?

thanks

3Pinter
10-22-2005, 09:32 AM
add to your h1 in your indexa.css:

padding:0

3Pinter

armadillo1111
10-22-2005, 10:44 AM
I tried that, but it didn't work. It should be zero padding anyway as I zeroed off the margin and padding for everything at the top of my css doc.

Any other thoughts?

Fang
10-22-2005, 10:59 AM
That doesn't affect the hx elements; they need to have their margins and paddings set in another declaration(s) (1 for each hx)

armadillo1111
10-22-2005, 11:22 AM
OK - I changed the margin and padding to 0 in h1 (and temporarily removed it everywhere else) and I still have the same issue - there is a space above my first h1 in IE

Fang
10-22-2005, 12:27 PM
</div><br />

<div id="centrep">

armadillo1111
10-23-2005, 10:55 AM
whoops. thanks..