Mary Ellen Curtin wrote:
> http://datagnostics.com/test/testbasic4.html
>
> I have to remove the border on the latter or else I get a 2-pixel
> horizontal scrollbar.
You can keep the border if you subtract its width, on both sides, in the
expression...
<!--[if lt IE 7]>
<style type="text/css">
#absbox {
width:expression(document.body.clientWidth-212);
left: auto;
}
</style>
<![endif]-->
Since IE6 has an extremely flawed width-calculation and needs time to
settle, letting it position absolute from the right side by "auto'ing"
the left side, will prevent horizontal scrollbar from appearing during
window-resizing.
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/