
Re: PIE in nested div not working when setting background-co
After trying all kinds of possible html-constructions, the following had effect (in IE, other browsers had no problems):
I changed the first div style to:
<div style="background-color:blue;border-radius: 20px;behavior: url(PIE.htc);" >
or to get a square first div:
<div style="background-color:blue;border-radius: 1px;behavior: url(PIE.htc);" >
(I used 1px because 0px will not work !!)