Home >Web Front-end >HTML Tutorial >浮动_html/css_WEB-ITnose

浮动_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:33:49901browse


日历弹框内容部分被遮挡,如何让弹框浮在页面之上

 <div class="date">        <iframe name="td" scrolling="no" frameborder="0" src="calendar.php" width="300px" height="265px"></iframe>    </div>


回复讨论(解决方案)

设置position z-index

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