摘要: 今天看到一个网站的jQuesr效果不错。扒了。发现其实很简单的。 1 <style> 2 .yk_login { 3 width: 100%; 4 float: left; 5 height: 100px; 6 position: fixed; 7 bottom: 0; 8 left: 0; 9 overflow: hidden; 10 z-index: 9999; 11 _position: absolute; 12 _bottom: auto; 13 _top: expression(... 阅读全文
posted @ 2012-09-23 20:41 banbu 阅读(437) 评论(0) 推荐(0) 编辑