On Fri, 7 Mar 2008 16:09:40 -0800, Weston C wrote:
> This one's new to me: I don't recall IE6 messing up margins on a statically 
> positioned
> container before, but this appears to be what I've got:
>
> http://weston.canncentral.org/web_lab/Arteis/MoboUbiq/
>
> The box with the yellow border is the one I'm having trouble with. It's 
> styled like so:
>
[code snipped]
>
> Moz and Safari seem to display it perfectly. IE6 appears to completely ignore 
> the
> margin instructions. Just for fun, I've tried triggering hasLayout and 
> assigning
> position: relative, but it doesn't seem to change anything.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

IE7 ignores the top and side margins too. Adding a hasLayout trigger
on the containing #thorax fixed it my end (using "zoom: 1;")

> [...]
> Also, the  orange bordered box farther down the page have another issue in 
> IE6: the
> background-image applied to it doesn't start displaying until the content 
> inside the
> div kicks in. The background isn't positioned in any way, and the border 
> clearly shows
> the boundary of the box starts way above.... any ideas what could be 
> happening here,
> too?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is strange. It only happens when the page is (re-)loaded. On covering
the window, the image moves to the top when uncovered again.

Anyway, a hasLayout trigger on the #contentsection seems to fix it.

Cordially,
David
--

______________________________________________________________________
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