Hyra
03-10-2009, 10:50 AM
Morning,
I can't figure out if this is even fixable.
I have a dropdown menu that uses jQuery to animate-slide the dropdown contents under the item.
The mockup can be found here:
http://test.blindwire.nl/ai_menu/tpl.html
Now, even though it's all working (probably not yet in IE) what i really want is the blue box dropping down to be BEHIND the black bar.
The only solution I have found so far is to add a position: static to the <li> and then give the blue box a z-index of -1.
This makes it go behind the black bar, but also behind the white content area, which obviously is not all that desired ..
Any ideas? :)
I can't figure out if this is even fixable.
I have a dropdown menu that uses jQuery to animate-slide the dropdown contents under the item.
The mockup can be found here:
http://test.blindwire.nl/ai_menu/tpl.html
Now, even though it's all working (probably not yet in IE) what i really want is the blue box dropping down to be BEHIND the black bar.
The only solution I have found so far is to add a position: static to the <li> and then give the blue box a z-index of -1.
This makes it go behind the black bar, but also behind the white content area, which obviously is not all that desired ..
Any ideas? :)