Peter Hyde-Smith wrote:
> http://www.bildas.fatpawdesign.com/index.html

> I'd appreciate a site check of above page. Seems well behaved except 
> in IE6, which is losing the floated green box in the left column, and
> evidently the whole content of the right column. Something somewhere
> probably needs 'has-layout' but I can't figure out what.

Probably too much 'hasLayout' for IE6' liking already :-)

IE6 seems to have serious stacking-problems, and there's too many
'stacking-correctors' in there too.

Changing to default on the problematic elements...

#weeklyspecials {
position : static;
}

#rightcol {
position : static;
}

...will make it appear as intended in IE6.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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