bimaljr 0 Junior Poster in Training

Hi

I have careated a website with a floating (moving on body with javascript) DIV menu with Absolute position via CSS file. There are some Dropdown box on my body

Now the problem is that when i the floating DIV move over the Drop Down menu, the menu will be over the DIV. All of the other body elements are perfect. Just the DropDown menu will be over the DIV box.

I have tested my code in IE7, Firefox, opera, safari and it works fine. Just the IE6 giving me problem.

In CSS file for the DIV :

#dropin{left:55px;  width:900px; top:0; visibility:hidden; position:absolute; margin-top:-30px; z-index:100; }

Anyone Please help me..

Thanks