> > IE/6 does not support min-height or min-width. > * html .dialog .wrapper { height: 400px; }/* 4 ie/6.0 */ > > > Thanks a lot David,
I don't know why, but if I put * html .dialog .wrapper { height: 400px; } I get no left and bottom borders (I realize that this description lacks rigor :s), however, if I put them on a conditional comment: <!--[if lte IE 6]> <style type="text/css"> .dialog .wrapper { height: 400px; /* 4 ie/6.0 */ } </style> <![endif]--> It works perfectly. Thanks for the tip, Márcio ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] 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/