javascript - Iframe and drop down -


I have an iframe on a site, I have a menu on iframe, some links have a drop down list, Now here's the problem, I can not see the drop-down due to the height of the IFrame, there is no hack or something for it.

I want to keep the height of the iframe in the same way, but in general, to show drop-down, on the content, I have the position: complete and everything, it works, but not in the iframe Is there any hack? Or is there a fix for this?

The reason, I am using an IFrame because I also have to use a different CSS file and javascript ...

Why do not you make enough iframe to display your drop down menu? The content inside the IFrame will not be shown just outside it. It clips the viewport of the document inside it.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -