Thank you so much, brilliant fix.
On Wed, Jan 30, 2008 at 6:00 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > Farid Jamea wrote: > > I have an annoying problem on my website > > (http://atlantagoldenrugs.com/viewgallery.php?cid=16&pid=335). Look > > at the page and try to gradually shrink the page, and you'll see that > > the table containing the rug picture goes under the navigation bar > > if shrank enough. This only happens on IE (It works fine on FireFox > > and Opera). Do you have any suggestion on how to fix this (so the > > table stays in its place)? > > This addition will fix IE7... > > #right {height: 1%; /* hasLayout trigger */} > > ...but IE6 needs more... > > * html #left {margin-bottom: -1000px; /* remove space of float */} > > > 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/
