|
Posted by Remy on 12/01/84 11:36
Great, thanks a lot. That helped.
And this tool is awesome! The only thing that didn't really do anything
was the DOM inspector? How does that work?
The other issue I had now, was that there was no space between the
column1 and the footer in Firefox.
What worked for Firefox was:
#column1
{
width: 376px;
float: left;
display: inline-block;
margin-bottom: 20px;
}
but this did nothing for IE. In IE the following helped:
#content
{
display: block;
float: none;
margin: 110px 0px 20px;
width: 100%;
line-height: 150%;
}
so, it kinda works, but I don't see why the margins for the content tag
does not work in Firefox? The content tag surrounds all 3 columns.
Any hints?
Thanks
Remy Blaettler
Navigation:
[Reply to this message]
|