/** shadow layer **/

.mask{height:100%; width:100%; position:fixed; _position:absolute; top:0; z-index:1000; }
.opacity{ opacity:0.3; filter: alpha(opacity=30); background-color:#000; }

 

/** div position:fixed at bottom **/

.autoSaveBar {
background-color: #EFF1F3;
opacity:0.8; filter: alpha(opacity=80);
height: 20px;
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
line-height: 20px;
text-align: center;
_background-image : none;
_background-attachment : scroll;
_background-repeat : repeat;
_background-position-x : 0%;
_background-position-y : 0%;
_POSITION: absolute;/*for IE6*/
_TOP: expression(eval(document.body.scrollTop + document.body.clientHeight-this.offsetHeight));
}
div.autoSaveBar:hover {
background-color: #E0E7EF;
opacity:1;
filter: alpha(opacity=100);
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-12-14
  • 2022-02-01
  • 2022-02-08
  • 2022-12-23
  • 2021-12-09
猜你喜欢
  • 2021-10-05
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案