edusis / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Absolute positioning with % values fails #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. http://www.intronet.nl/ie7_error_example.html

The absolute positioned div with 'left: 50%' as the left offset is rendered
about 10 pixels from the left margin. I expected it to be rendered with the
left border on the center of the page.

Interesting enough, it works as expected in both IE6 and IE7 when the
ie7-js scripts are not installed.

This was tested with the beta 3 version of the scripts. The issue occurs on
both IE6 on Win2000 as IE7 on WinXP. Have not tested Vista.

Original issue reported on code.google.com by mair...@gmail.com on 20 May 2008 at 8:26

GoogleCodeExporter commented 8 years ago
It was overflow:visible that was the problem. I've fixed this in version 2.1.

Original comment by dean.edw...@gmail.com on 14 Feb 2010 at 12:36