Forum Moderators: not2easy
Viewing the page in IE displays it correctly, however, in Firefox (v1.5) the sidebar item floats over the main container...thus not growing the main container to fit.
I have been doing webDev off and on for about 10yrs now and this is the first site I am trying to build COMPLETELY TABLELESS (applause please...I know Im late).
[snip]
Anyways, any help on what Im missing would be greatly appreciated.
Cheers!
Troy
[edited by: createErrorMsg at 8:44 pm (utc) on Feb. 2, 2006]
[edit reason] No URLs, please. See TOS and forum charter. [/edit]
For example:
<div id="content">
<div id="boxRightTop">
This is floated...
</div>
<br />
<p>
Main content...
</p>
<br class="addClearance" />
</div>
And then in your CSS:
.addClearance { clear: both; }
Hope that helps.