发布时间:2014-12-02 11:06:32
最近在做站的时候,需要顶部导航条固定不动,要适应所有浏览器代码如下:.header-wrapper { background-color: #ccc;; left: 0; position: fixed; top: 0; width: 100%; z-index: 1000; } <div class="header-wrapper">导航条固定在顶部不动在IE789,chrome,fox下浏览,正常,但在IE6下.........【阅读全文】
阅读(8062) | 评论(0) | 转发(0)