![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello everyone....long time listener...first time caller. I have NO clue whats going on here. In my simple box model website, I have a random quote script(as do a lot of people). The menu that sits a banner box has some issues. When it drops down and goes over the quote div, it becomes transparent....even tho' its not specified to. You can hover within the box no problem, but when you try to click on the link or even run over it, the dropdown menu goes away. It happens in both IE and Mozilla. Here is the link http://jusbo.com/test/ go to it, look at the source and CSS file which is here: http://jusbo.com/test/centeredbox.css PLEASE!! Any lead to a clue of whats going on here would be MUCH appreciated. --Justin |
#3
| |||
| |||
|
|
Uzytkownik "Jusbo" <jugibson (AT) gmail (DOT) com> napisal w wiadomosci news:83fe3c8e.0411011803.279f8b71 (AT) posting (DOT) google.com... Hello everyone....long time listener...first time caller. I have NO clue whats going on here. In my simple box model website, I have a random quote script(as do a lot of people). The menu that sits a banner box has some issues. When it drops down and goes over the quote div, it becomes transparent....even tho' its not specified to. You can hover within the box no problem, but when you try to click on the link or even run over it, the dropdown menu goes away. It happens in both IE and Mozilla. Here is the link http://jusbo.com/test/ go to it, look at the source and CSS file which is here: http://jusbo.com/test/centeredbox.css PLEASE!! Any lead to a clue of whats going on here would be MUCH appreciated. --Justin The menu is not transparent, it only looks like it was - in fact the quotation is above the menu, and that's your problem. If the class .quote has z-index = 8 (but why it has?) set the #bar { z-index: 9; } and menu will cover the quote. |
![]() |
| Thread Tools | |
| Display Modes | |
| |