On Tue, Feb 26, 2008 at 7:33 AM, Elli Vizcaino <[EMAIL PROTECTED]> wrote:
> Hello,
>
>  I have a #sidebar div floating left with 2 divs
>  (#topright_content and #bottomright_content) floating
>  right, all contained within a #container div. They
>  appear fine in Safari & FF but in IE7 (haven't checked
>  IE6 but assume it's the same) the divs that are
>  floated right are floating outside of the container.
>  Can someone please explain why this is happening and
>  or suggest a fix:
>
>  http://e7flux.com/new/new.html
>
>  TIA,
>  Elli
>

Hello Elli,

Because you're not using a complete DOCTYPE URI that includes system
identifier, IE is working in Quirks Mode which triggers CSS broken box
model. Update your page markup by adding the system identifier of HTML
4.01 Transitional:

"http://www.w3.org/TR/html4/loose.dtd";

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

Reply via email to