On Mar 15, 2007, at 4:26 AM, Tracy Shorrock wrote:

> Yikes! Where's my content gone in IE7 - thanks for the screen captures
> David!
>
> Does anyone have any idea what's going on here? The site is
> PurpleAlchemy.co.uk, the CSS is located at
> PurpleAlchemy.co.uk/css/layout.css

IE 7 can't really handle your 'clearfix'. It needs a layout trigger  
to work (and it doesn't see the layout trigger that applied for IE 6.

Change
.clearfix {display: inline-table;}
to
.clearfix {display: inline-block;}
and it should work.

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




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

Reply via email to