Stacking issue in internet explorer with z-index

retractablew

New Member
I am not really good with CSS, so I am having trouble making IE show my menu bar properly. As you can see in this fiddle I have a simple bar where the user can click on his username to display some options.This code works fine in chrome and firefox, but it does this on internet explorer:
xlM94.png
As you can see, the menu opens inside the navbar, so you will only see the first option.Can you open this fiddle and tell me what is wrong with my code?Thanks in advance!!SOLUTION:Wow this is really weird, but it was this line on the CSS!! That is why it works in the fidle, because i put a simle background for the example. For future reference, NEVER do this if you have stacking going on:\[code\]filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#282828',GradientType=0 ); /* IE6-9 */\[/code\]
 
Top