国产成人亚洲综合A∨,亚洲欧洲中文日韩久久AV乱码,丰满人妻被公侵犯完整版,亚洲国产高清在线一区二区三区

在線預(yù)約 | 微信營銷平臺 | 自助平臺 | 手機(jī)客戶端 | 設(shè)為首頁 | 加入收藏
眾旺互聯(lián)做您身邊的網(wǎng)絡(luò)專家
咨詢熱線(免長途費(fèi)):
石家莊網(wǎng)站建設(shè)電話
當(dāng)前位置:首頁 -> 新聞中心 -> 建站知識 -> 正文

解決IE6不支持position:fixed的問題

發(fā)布日期:2013-04-29  信息來源:眾旺互聯(lián)  點(diǎn)擊:
分享:
  前段時間因?yàn)楣镜哪硞€項(xiàng)目需要用到底部固定元素在網(wǎng)頁中隨著瀏覽器滾動而滾動,當(dāng)然用position:fixed這個屬性來做,可是問題來了,IE6.0下面不支持position:fixed這個屬性。 在網(wǎng)上查找資料,實(shí)踐,最終OK了, 石家莊網(wǎng)站建設(shè) 貼出來大家分享。 當(dāng)然,在IE
  前段時間因?yàn)楣镜哪硞€項(xiàng)目需要用到底部固定元素在網(wǎng)頁中隨著瀏覽器滾動而滾動,當(dāng)然用position:fixed這個屬性來做,可是問題來了,IE6.0下面不支持position:fixed這個屬性。
 
  在網(wǎng)上查找資料,實(shí)踐,*終OK了,石家莊網(wǎng)站建設(shè)貼出來大家分享。
 
  當(dāng)然,在IE6以上版本,火狐,谷歌等瀏覽器都是件容易的事情,直接用position:fixed這個屬性就可以搞定。如:

.top {position:fixed;bottom:auto;top:0px;} /* 頭部固定 */
.bottom {position:fixed;bottom:0px;top:auto;} /* 底部固定 */
.left {position:fixed;right:auto;left:0px;} /* 左側(cè)固定 */
.right{position:fixed;right:0px;left:auto;} /* 右側(cè)固定 */

  但在IE6及以下版本這樣設(shè)置是沒用的,要設(shè)置成這樣:

body{background-image:url(about:blank);background-attachment:fixed;} /* 修正IE6振動bug */
.top {position:absolute;bottom:auto;top:expression(evaldocument.documentElement.scrollTop));} /* IE6 頭部固定*/
.left{position:absolute;left:auto;right:expression(evaldocument.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));} /* IE6 右側(cè)固定 */
.right {position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));} /* IE6 右側(cè)固定 */
.bottom {position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} /* IE6 底部固定 */
售前咨詢

4008887704

售后服務(wù)

0311-87222545

在線咨詢

工作日9:00-18:00 點(diǎn)擊進(jìn)入

預(yù)約專家

提供專業(yè)解決方案 點(diǎn)擊進(jìn)入

訪問微博

唯一官方微博平臺 點(diǎn)擊進(jìn)入

聯(lián)系我們 | 公司簡介 | 付款方式 | 招賢納士 | 產(chǎn)品導(dǎo)航 | 在線預(yù)約 | 網(wǎng)站地圖

版權(quán)所有 2010-2030 石家莊眾捷網(wǎng)絡(luò)科技有限公司 冀ICP備11028497號-1、冀ICP備11028497號-3
咨詢熱線:400-888-7704 咨詢信箱:kefu@zw0311.com