Its fine when I run it on Visual Studio but then it goes behind if deployed to web server on IE. It works perfectly with Mozilla.
Superfish dropdown goes behind when published to server on IE
289 views Asked by nellbryant At
1
Its fine when I run it on Visual Studio but then it goes behind if deployed to web server on IE. It works perfectly with Mozilla.
I found that the technique with IE was to supersede via its z-index and making the div at position:relative. See code example below.
Given this HTML.
And, the CSS..
Then the superfish dropdown in IE should now always be on top of content.