jquery - Nivo Slider hiding my CSS Menu -
It has been seen that this question has been asked before, but I can not work with the solutions given to it;
Site
I changed the Z index to 99999 on all menus, yet it is also down.
& lt; Div id = "slidercont" & gt; & Lt; Div id = "slider" & gt; & Lt; Img src = "http://digitalstr.com/wp-content/uploads/2011/09/ibfconpromo.png" /> & Lt; Img src = "http://digitalstr.com/wp-content/uploads/2011/09/irconspacepromo.png" /> & Lt; / Div & gt; #access {background: # 3b95bd; / * Show a solid color for older browsers * / clear: both; Display area; Swim left; Margins: 0 auto 6px; Width: 100%; Z-index: 99 999; } Menu {margin-top: -20px! Important; Z-index: 99 999; } # Access ul (font size: 13px; List style: none; Margin: 0 0 -0.8125em; Padding-left: 0; Z-index: 99 999; } # Reached (float: left; Status: Relative; Z-index: 99 999; } # Access one {color: #EE; Display area; Line-height: 3.333em; Padding: 0,2125em; Text-decoration: None; Z-index: 99 999; } #Access ul ul {-Move box-shadow: 0 3px 3px RGBA (0,0,0,0.2); -WebKit-Box-Shadow: 0 3px 3px RGBA (0,0,0,0.2); Box-shadow: 0 3px 3px RGBA (0,0,0,0.2); display none; Swim left; Margin: 0; Status: Completed; Top: 3.333em; Left: 0; Width: 140px; Z-index: 99 999; } #AUTH UL UL UL {LEFT: 100%; Top: 0; Z-index: 99 999; } #AUTH UL UL A {BACKGROUND: # F9F9F9; Border Bottom: 1px Dotted #ddd; Color: # 444; Font size: 13px; Font weight: normal; Height: auto; Line-height: 1.4 mm; Padding: 10px 10px; Width: 120px; Z-index: 99 999; }
The z-index works only on the positioning elements, so the setting position Try: With everything related to Z-index.
Update: Try it out: #branding {border-top: 2px solid #bbbbbb; Padding-down: 10px; Status: Relative; Z-index: 2; // Remove this line}
Comments
Post a Comment