I disabled the plugin for now so I can keep working on the site, since I won’t know when somebody is going to look at the site and reply.
If you want more info, or want me to enable the plugin so you can have a look, just leave a reply.
Thank you for your time.
Hi Marvalis,
I’m Cristopher, The developer of the plugin. I have check your code(html/css) and i have found out that there are some specialized instance for the navigation to work. Unfortunately. the plugin has no control on this instance. But you can try this steps.
I hope you have background in css and wordpress theme:
After activating the plugin, open you theme’s main style, which usually named as “style.css” and add this code on the bottom.
#container {
position: relative;
z-index: 1 !important;
}
Give it a try! let me know if it worked.
I you liked my plugin. I’ll appreciate if you could give it a rate.
You can rate it here: http://ww.wp.xz.cn/support/plugin/ie-css3-support
Thanks a lot for the reply. I can’t test this right now as I don’t have access to IE fortesting (working on lubuntu right now).
But now I know what the issue might be, so I can find it.
Thanks.