HighDots Forums  

CSS Menu Link Transparency

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS Menu Link Transparency in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jusbo
 
Posts: n/a

Default CSS Menu Link Transparency - 11-01-2004 , 08:03 PM






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

Reply With Quote
  #2  
Old   
vatore
 
Posts: n/a

Default Re: CSS Menu Link Transparency - 11-01-2004 , 08:20 PM







Uzytkownik "Jusbo" <jugibson (AT) gmail (DOT) com> napisal w wiadomosci
news:83fe3c8e.0411011803.279f8b71 (AT) posting (DOT) google.com...
Quote:
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.




Reply With Quote
  #3  
Old   
Jusbo
 
Posts: n/a

Default Re: CSS Menu Link Transparency - 11-02-2004 , 03:28 PM



"vatore" <vatore (AT) wp (DOT) pl> wrote

Quote:
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.
Vatore, you are the man and I thank you!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.