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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTML menu systems ??

Status
Not open for further replies.

bassguy

Programmer
Jun 21, 2001
336
US
I have made a few different DHTML menus that pop up, appear, or move onto the page. I am constantly faced with the same problem. That problem is that I am always battling with a frame or an iframe and I cannot get z-indexing to work over the top of the frame next to it. Is it possible to have a table or an image pop up over a frame that it is not part of? It works with an Iframe in IE 5.5 but does not work with older version...and I havent even started to look at netscape yet. Any help or references would be appreciated. If you have a better idea of how to have a menu system that holds other pages please feel free to suggest that too


bassguy
 
hie
Is it possible to have a table or an image pop up over a frame that it is not part of? no, it isnt
u can use ssi or external js file that wuld write ur menu on each page & edit position of ur menu onscroll with simple script, if u're interested, i can give u a simple example.. regards, vic
 
Please, an example of the .js that put pages together would be great


Bassguy
 
no, looks like u got it wrong:
i ment create an external js file that wuld do smth like
document.write(&quot;<div id='mymenu' style='..
& include this file in ur every page..

but here is one trick wich i used some time ago:
regards, vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top