PDA

View Full Version : jave script menues over frames


lorddrackmus
05-06-2003, 11:55 PM
looking for info on how to make javascript popout menues appear over frames?
thanks for the help

liorean
05-07-2003, 12:19 AM
An element on one page can't display over another page. It's possible it can be done over an iframe, but not cross-frames. (Unless you want to dynamically create the part that you want rendered in another frame in that frame.)