tags:

views:

33

answers:

1

I have created a dropdown menu with jquery: here Everything is ok but in ie6. I know ie6 not supported z-index, but is there any solution for ie6? Thanks in advance

A: 

hotfile.com uses CSS to achive this effect so that it also works in IE6.
Have a look at the section 2.2 in the CSS file.

Sani Huttunen
I have solved it but position:relative to outer wrapper. I hate ie6 Thanks alot