I'm using css3pie for my design on internet explorer, but I have some trouble. previous dropdown menu won't disappear, div block are displayed above menu, etc... here the capture :
It should work like this (chrome), of course it's not working on IE
If I don't use the following css position property css3pie is not rendering :
position: relative;
I think it is for this reason that my blocks are not nested correctly. but I don't know how to do whitout it...