Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Layering with Javascript

Status
Not open for further replies.

katiekat

Technical User
Jun 6, 2000
300
US
Hello there!

I have a navbar written in javascript that lives on the top of each of my web pages. This navbar has drop down lists which hang on top of everything except flash. Is this a flash thing or a javascript thing? Is there a way to fix it -maybe using .html layers and Zindex?- or must I just eliminate the drop downs in this area?

Thanks for the help! :) Holy tek-tips batman!:-0
 
hi katiekat,

you mean your drop-down menus don't show in front of the flash? you can try giving them a high z-index, but it may be the same as trying to show a div in front of a textarea (not going to happen)

======================================

if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top