Posted by Ben C on 06/18/07 07:58
On 2007-06-18, Isaac Grover <isaac.grover@gmail.com> wrote:
> Good evening from Wisconsin,
>
> I have a basic three-column with header layout and my right column is
> pushed down 18px from where it needs to be. All the horrible colors
> are still in place for your enjoyment. I'm sure this is a simple
> answer for all the css gurus out there, but it's evading me.
>
> The page in question is http://www.rfdiscgolf.org/template.html .
>
> Any assistance would be appreciated. Thank you in advance.
You need to move the "rightcolumn" div up in the source so it's after
"leftcolumn" and before "mainbody".
Firefox and IE7 always put floats "on the next line", which is a
non-conformance to the specification. Your original page works as
intended in Opera. The workaround is to put all the floats in first,
before any of the non-floats.
[Back to original message]
|