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

Ask a question about iframe_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:12:20
Original
868 people have browsed it


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> 
Copy after login


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


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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template