如何盖住html页面上的SELECT(下拉框)元素-ASP技术-3P代码网
繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> ASP基础 >> 如何盖住html页面上的SELECT(下拉框)元素

如何盖住html页面上的SELECT(下拉框)元素

2006-05-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:A Select Box is Born .... id="PopupDiv" style="position:absolute;font:italic normal bolder 12pt Arial; top:25px; left:50px; padding:4px; display:none; color:#ffff00; z-index:100"> .... and a DIV c...

A Select Box is Born ....

id="PopupDiv"

style="position:absolute;font:italic normal bolder 12pt Arial; top:25px; left:50px; padding:4px; display:none; color:#ffff00; z-index:100">

.... and a DIV can cover it up

through the help of an IFRAME.

id="DivShim"

src="javascript:false;"

scrolling="no"

frameborder="0"

style="position:absolute; top:0px; left:0px; display:none;filter=progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);">

Click to show DIV.

Click to hide DIV.

责任编辑:admin
相关文章