当前位置: 代码迷 >> Web前端 >> 右下角窗口揭示
  详细解决方案

右下角窗口揭示

热度:26   发布时间:2012-08-03 00:12:14.0
右下角窗口提示

内容摘抄自http://blog.chinaunix.net/uid-21153026-id-1829903.html

?

我觉得效果挺不错的,所以供大家分享

?

最外层的样式让它靠右下角对其:

position:absolute;
bottom:0px;
right:0px;
height:302px;
width:302px;
overflow:hidden;
?

?

  相关解决方案