[EMAIL PROTECTED] wrote:
> page w/ absolute position works fine in most or all browsers, except 
> IE 6 is off by one pixel right, and one pixel bottom... anybody know 
> why?

> http://www.fatgraffix.com/testing/test-absolute-position/absolute-test.html

IE6 isn't any good at calculating with odd numbers.

Odd numbers here...
<div style="width: 953px; height: 55px;
...tend to land 1px off in IE6, while even numbers...
<div style="width: 954px; height: 56px;
...will give a perfect line-up even in IE6.

Call it a bug, and adjust for it where you find necessary.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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