Ian Young wrote:

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

Reply via email to