首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

按钮改成图片

整理日期:2008年01月07日 【字体:

msgObj.setAttribute("align","center");
msgObj.style.background="white";
msgObj.style.border="1px solid " + bordercolor;
   msgObj.style.position = "absolute";
      msgObj.style.left = "50%";
      msgObj.style.top = "50%";
      msgObj.style.font="12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif";
      msgObj.style.marginLeft = "-225px" ;
      msgObj.style.marginTop = -75+document.documentElement.scrollTop+"px";
      msgObj.style.width = msgw + "px";
      msgObj.style.height =msgh + "px";
      msgObj.style.textAlign = "center";
      msgObj.style.lineHeight ="25px";
      msgObj.style.zIndex = "10001";

  var title=document.createElement("h4");
  title.setAttribute("id","msgTitle");
  title.setAttribute("align","right");
  title.style.margin="0";
  title.style.padding="3px";
  title.style.background=bordercolor;
  title.style.filter="progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);";
  title.style.opacity="0.75";

伊图教程网[www.etoow.com]
http://www.etoow.com/html/2008-01/1199711287-1.html
  title.style.border="1px solid " + bordercolor;
Tags:
按钮改成图片
'http://www.etoow.com/html/2008-01/1199711287-1.html
1
2
 
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved