Posted by Toby A Inkster on 03/04/07 17:15
Mike Barnard wrote:
> http://www.thunderin.co.uk/shaun/index.html
Firstly, please remove this from them top of your CSS file:
<style type="text/css">
and this from the end:
</style>
They should not be there. It is not an HTML file so should not contain
HTML.
Try removing the margins on your paragraphs:
P { margin: 0; }
Does that fix things?
If it does, then your problem seems to be an IE bug to do with incorrectly
collapsing margins. It can be fixed by setting a 1px top border on your
footer and/or a 1px bottom border on your main content column. Of course,
the borders can be the same colour as the background colour, so your
visitors don't have to see them!
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
[Back to original message]
|