jacktripper
Programmer
Being pressured to get something done quickly, I've built a menu system in which the main menu nav bar in the top frame will cause "cascading menu" DIV layers to appear (via javascript) in the bottom frame under it.... So, it looks like your average cascading menu, but its not because the main menu bar and sub-menus are in entirely different files and frames. Works great... but...
The problem with this is that I have to include the submenu code in all my main content frames.
Does anyone know of any way at all for one frame to simply "overlay" or stretch over another frame? Do IFrames have this ability?
A little background, though: This is not new development, but rather trying to incorporate a ton (thousands) of "old content pages" into a new portal w/ new menu system that is designed around frames. I'm trying my best to avoid going through those 1,000+ html pages and individually adding the submenu include file reference to each one. So, if there is some magical way for frames to overlap somehow, and I've been kept out of the loop... It could save eons of time.
Any thoughts? Ideas? Suggestions?
Thanks in advance.