> > >> http://www.iyesolutions.co.uk/templates/vensite/test.html > > > Yes, just noticed that. That's what I get for copying from client's > > site. Have changed the table size but the right column slips > > completely under left column at 800x600. FF, Netscape and Opera are > > all good at 800x600, 1024x768 and 1280x800 > > IE/win _doesn't_ respect dimensions, and _can't_ overflow containers > properly. > > If you want IE/win to "act" as Firefox & other good browsers - simulate > good behavior, then you may add the following, and see if it fits the > bill... > > * html #columnRight {overflow: hidden /* makes IE respect width */;} > p.photoack {position: relative /* overflow visible also in IE */;} > > * html #columnLeft {margin-right: -100px /* some "bug-space" for IE */;} > > Result: no float-drop at 800 * 600. > > regards > Georg That seems to have done the trick
Thanks Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.9.0/366 - Release Date: 15/06/2006 ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
