1 <div id="msgBox">
2     <div id="msgTitle">最新消息</div>
3     <div id="msgContent"><a href="#">这里是内容页面</a></div>
4 </div>


<style>
    #msgBox{width:150px;border:1px solid silver;background:#C83030;
        position:fixed;right:0px;bottom:250px;
        _position: absolute;//IE兼容性,IE不识别fix
        _top: expression(eval(document.documentElement.scrollBottom+250));
    }
    #msgTitle{height:25px;line-height:25px;color:white;border-bottom:dotted 1px white;text-align:center;}
    #msgContent{height:90px;line-height:25px;color:white;}
    #msgContent a{text-decoration:none;color:white;padding:2px;}
    #msgContent a:hover{color:#F90;}
</style>

 

相关文章:

  • 2021-12-03
  • 2021-12-03
  • 2021-08-18
  • 2021-10-19
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-03-08
相关资源
相似解决方案