<script type="text/javascript" > window.onload=function(){ var pContainer=document.getElementById("page-container"); var tContainer=document.getElementById("div-container"); tContainer.style.left=pContainer.offsetLeft + 410; tContainer.style.top=130;; }

</script>

 

 

#div-container {
position:absolute;
    display:block;
    height:450px;
 width:550px;
 background-color:white;
 display:block;
 filter:alpha(opacity=20);
 opacity:0.2;
 border:solid 1px #F2F2F2;
 
   }

相关文章:

  • 2021-12-03
  • 2021-12-31
  • 2021-07-09
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-12-03
猜你喜欢
  • 2021-12-03
  • 2021-12-31
  • 2022-02-12
  • 2021-10-05
  • 2021-09-01
  • 2021-06-01
相关资源
相似解决方案