Posted by Jonathan N. Little on 10/16/72 11:50
sorry.no.email@post_NG.com wrote:
> Hi,
>
> I have an infuriating problem with the following page:
>
> http://www.nepeanicu.org/test.html
>
> I have tried to give the page some length (to free up the background
> image) by specifying margins of the 'spacerbox' on the page:
>
> margin-left: auto; margin-right: auto; margin-bottom: 250px;
>
> This works in Firefox but fails in IE. I am obviously missing
> something basic so please show me my ignorance :-)
After #content DIV closing tag and before #container DIV closing tag add:
<br style="clear: both;" />
or similar element styled to clear floats
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|