2012年10月16日

IE6不支持position:fixed的解决方法

摘要: 解决IE6不支持position:fixed的方法,非常简单,具体调用请参考下面:/*让position:fixed在IE6下可用! */.fixed-top /* 头部固定 */{position:fixed;bottom:auto;top:0px;}.fixed-bottom /* 底部固定 */{position:fixed;bottom:0px;top:auto;}.fixed-left /* 左侧固定 */{position:fixed;right:auto;left:0px;}.fixed-right /* 右侧固定 */{position:fixed;right:0px;left 阅读全文

posted @ 2012-10-16 17:36 senly 阅读(1188) 评论(0) 推荐(0) 编辑

jQuery精仿手机上的翻牌效果菜单

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>jQuery精仿手机上的翻牌效果菜单_网页代码站(www.webdm.cn)</title><style type=&q 阅读全文

posted @ 2012-10-16 11:32 senly 阅读(2214) 评论(0) 推荐(1) 编辑

导航