Click to See Complete Forum and Search --> : menubar


suganya
09-19-2003, 12:53 PM
hi

i am trying to develope a menu/toolbar that cascades over frames - any links to it?...

thanks

gil davis
09-19-2003, 01:05 PM
Don't waste your time searching any further. Security measures that are built into browsers do not allow any HTML objects to extend beyond the window or frame that created them.

Xin
09-19-2003, 01:59 PM
well, while gil davis was telling the truth, we can simulate the cross-frame menubar.

do a search on cross-frame menu, or just try this:
http://www.webreference.com/dhtml/
or take a look at this:
http://www.yxscripts.com/menuG4/examples/frameset-t6.html

eddy_eikel
09-19-2003, 04:01 PM
Maybe it's better to use DOM and create the frames this way you just lay the toolbar over it...
suc6