I wnat the blueTabe to appear on top of the above and next menudropdown div and atlast the flash object.
Below is my css for the blue tabs and menudrop down
.bluetabs{
}
.bluetabs ul{ z-index: 100; padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/
<!--1st drop down menu --> <div id=\"dropmenu1_b\" class=\"menudropdown\"> <a style=\"border-top-width: 0pt;\" href=\"javascript:void(0)\">Sub Home for Menu</a> </div>
<!--3rd drop down menu --> <div id=\"dropmenu3_b\" class=\"menudropdown\"> <table width=\"100%\"> <tbody><tr> <td><a style=\"border-top-width: 0pt;\" href=\"javascript:void(0)\">Sub Gallery for Menu</a></td> </tr> </tbody></table> </div>
<!--4th drop down menu --> <div id=\"dropmenu4_b\" class=\"menudropdown\"> <a style=\"border-top-width: 0pt;\" href=\"javascript:void(0)\">Sub Services for Menu</a> </div>
<!--4th drop down menu --> <div id=\"dropmenu5_b\" class=\"menudropdown\"> <a style=\"border-top-width: 0pt;\" href=\"javascript:void(0)\">Sub Contacts for Menu</a> </div>
I am going mad abt this. Try to throw some light into it.
I need to place 3 divs in a position.
Div 1: bluetabs
Div 2: menudropdown
and the flash object
I wnat the blueTabe to appear on top of the above and next menudropdown div and atlast the flash object.
Below is my css for the blue tabs and menudrop down
This is my flash object code
below is my divs in the html code
I am going mad abt this. Try to throw some light into it.
thanks in advance.
Preview of the site is this
http://www.frankebearings.com/default.asp
position: relative;
z-index: 1000;
And it solved my problem.
Thanks a lot !!!!!!!!!!!!!!!!!!!!!!!!!!111 :D