Scott Povlot wrote:
> I recently redesigned one of my websites.  Now some images (floated
> right) are no longer showing on Internet Explorer 6 (IE6).  I think
> this may be a box model issue.  But the hacks I have tried haven't
> fixed it.

> http://www.piedmont-div.org/pilgrimage/layouts/layout_tweldon.html

Nothing to do with the box model, but everything to do with IE6' faulty
stacking of elements.

The addition of...
img.layout {position: relative;}
...will make that bugger come to its senses.

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