
Re: IE8: li:hover background don't render radius
I've this problem too...
FYI, I use IE-9 & Windows 7...
From other questions, i find the more prediction of the causes (but didn't solved my problem)...
1. PIE can't work well in Windows 7 (
http://css3pie.com/forum/viewtopic.php?f=3&t=1791)
2. IE9 doesn't apply border-radius and box-shadow in case doctype is "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">".(
http://css3pie.com/forum/viewtopic.php?f=3&t=1829)
For the first prediction, i've find it true. The file with PIE worked well in the Windows XP, but not in Windows 7.
But for the second prediction, i've find the same result for other source with no <!doctype ...>.
Are there any solution to make PIE works?