sonar3 / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

X,Y Coordinates of roundedrect are incorrect with a floating div inside #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If a floating div is inside the original div, the XY coordinates of the 
rounded rect are wrong (it's offset 10-15 pixels down and to the right of 
the original rect)

Original issue reported on code.google.com by clarkdus...@gmail.com on 3 Feb 2010 at 8:28

GoogleCodeExporter commented 8 years ago
I also have this problem

Original comment by postal2...@gmail.com on 17 Jan 2011 at 3:32

GoogleCodeExporter commented 8 years ago
I also have this problem, but only in IE8.  IE7 displays in the correct 
position.
My leftsidebar div is the parent, and has a float:left;.  The rounded corner is 
being applied to an h2 element inside this div.

In IE8, it is offset down and right - position is perfect in IE7

Original comment by barbarag...@gmail.com on 23 Jan 2011 at 10:23