On 24 Jun 2005, at 8:47 pm, wayne wrote:

I am having trouble with divs again, I cant submit a link to the site as
I have signed an ND contract. Basically, I have some divs set-up:

<div id="footer">
        <div id="footer_left"></div>
        <div id="footer_right"></div>
</div>

The left div is floated left, and the right, right. The widths don't
conflict with the containing div and are set, but the right div keeps
dropping? As though it were too wide for its container. Its only on IE
mac also, every other browser does the good thing and display it
properly. Any ideas?

guess : on #footer, you have {clear:both /* or right or left */}
<http://www.l-c-n.com/IE5tests/float2misc/#fm002>

Possible solutions:
insert a clearing element before the footer, or
using other clearing/float containing methods.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to