Home  >  Article  >  Web Front-end  >  Ask a question about iframe_html/css_WEB-ITnose

Ask a question about iframe_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:12:20843browse


In my current html page, I use iframe to call the header file

 <iframe name="topFrame" width="100%"  height="33" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="/top.jsp"></iframe> 


inside top.jsp
 <div style="width: 100%; z-index:0;"><script type="text/javascript" src="http://***.js"></script></div> 


The problem now is , there is a floating box in the called header file. If you move the mouse up, the following options will be automatically displayed.
If I set the height of the iframe too high, a blank will appear below. If it is set just right , move the mouse to the floating box, and the options inside will be covered.
Ask how to solve this


Reply to the discussion (solution)

Put ***.js into the parent page to load.

Of course this will be covered. The menu is something within the frame and can only be displayed in the frame

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn