I'm building a new site for a client.
www.movementum.org/action.html
The css for h2 is the last item in the style section of the page.
You can see it all when you view source code.
When you visit the site in IE6 the title "Action Cards" is just under the banner.
When you visit it in Firefox the title is quite a bit further down.
Can anyone tell me why this is, and what to do about it?
Thanks.
IE is erratic in its
IE is erratic in its implementation of collapsing margins. Zero the margins on your html and body elements and things will most likely even out.
Absolute positioning of h2
Thanks for your help, Chris. I also heard from some others in another forum and they said to use margin-top and margin-left for headers instead of absolute positioning. I tried that and it made it better. Zeroing out the margins will help some more, no doubt.