<script>
window.onload=function()
{
var img=document.getElementById("<%=Image1.ClientID %>");
img.style.left=(document.body.clientWidth-img.width)/2;
img.style.top=(document.body.clientHeight-img.height)/2;
}
</script>
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/2011newyear.jpg" style="z-index:99999; position:absolute;" />
使用如上代码则image1控件则弹出来的时候直接在浏览器中间
- 本文标题: div或img弹出层出现在浏览器正中间位置
- 文章分类:【HTML/CSS】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.