Charles Blaquière wrote:

> http://blaqzone.com/Temp/toto.html

> Is there something I can do to prevent the left column from affecting
>  children of the right column?

Pick and choose...
Standardized 'block formatting contexts' for the good browsers:
<http://www.w3.org/TR/CSS21/visuren.html#q15>
...and eventually add a 'hasLayout' trigger for IE/win:
<http://www.satzansatz.de/cssd/onhavinglayout.html>

These methods will isolate the right column from its surroundings in the
respective browsers.

It would also help on cross-browser consistency to always use a
standard-trigging doctype:
<http://gutfeldt.ch/matthias/articles/doctypeswitch/table.html>

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