Submenus display under <iframe>
Submenus display under <iframe>
I call a certian .html page from the <iframe> that contains my meny. The menu renders corerctly in the iframe, but the submenus display within the iframe. I need the submenus to display over the iframe ect. Please help.
Re: Submenus display under <iframe>
Hi,
If you want the menu to drop over the iframe, then the menu has to be on the page in which you have the iframe, not on a page inside the iframe. The things on the page in the iframe can't 'cross' to a different page. So, if it's page menu iframe, then the menu when it opens will 'cross/drop over' the iframe because it is on that page where you have the iframe, but if it's page, iframe [page in iframe, menu] the menu can't open beyond the page that it's on which is in the iframe.
I hope that made sense.
Ruth
If you want the menu to drop over the iframe, then the menu has to be on the page in which you have the iframe, not on a page inside the iframe. The things on the page in the iframe can't 'cross' to a different page. So, if it's page menu iframe, then the menu when it opens will 'cross/drop over' the iframe because it is on that page where you have the iframe, but if it's page, iframe [page in iframe, menu] the menu can't open beyond the page that it's on which is in the iframe.
I hope that made sense.
Ruth
Re: Submenus display under <iframe>
Thank you makes sense now.