亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

求解決ie6下js bug

求解決ie6下js bug

泛舟湖上清波郎朗 2018-12-06 11:22:13
我正嘗試著向頁面中加 javascript。但是在用 ie6 測試時,出現問題:固定定位元素在滾動時有抖動現象。在網上查到的方法是給html加樣式background,但是無效啊。該怎么解決呢?求高手解答,謝謝! 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>教師研修工作室</title> 6 <script type="text/javascript"> 7 window.onscroll=window.onresize=function(){ 8 var scrollTop=document.documentElement.scrollTop || document.body.scrollTop; 9 var oDivTop=document.getElementById('topMenu'); 10 11 if(window.XMLHttpRequest){ 12 return; 13 } 14 else { 15 oDivTop.style.top=scrollTop+'px'; 16 } 17 }; 18 </script> 19 <style type="text/css"> 20 html { 21 font-family: "微軟雅黑", tahoma, arial, \5b8b\4f53, sans-serif; 22 _background: url(about:blank) fixed; 23 /*_text-overflow: ellipsis;*/ 24 } 25 body { 26 color: #444; 27 background-color: #F9F9F9; 28 line-height: 1.5; 29 } 30 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 31 margin:0;padding:0; 32 } 33 .topmenu { 34 background-color: white; 35 height: 42px; 36 border-top-width: 3px; 37 border-bottom-width: 1px; 38 border-top-style: solid; 39 border-bottom-style: solid; 40 border-top-color: #2CC0FF; 41 border-bottom-color: #E1E1E1; 42 position: fixed; 43 left: 0px; 44 top: 0px; 45 width: 100%; 46 z-index: 5000; 47 _position: absolute; 48 } 49 </style> 50 </head> 51 <body style="height:3000px;"> 52 <div class="topmenu" id="topMenu"></div> 53 </body> 54 </html>
查看完整描述

2 回答

?
HUWWW

TA貢獻1874條經驗 獲得超12個贊

 1 * html{
 2     background-image:url(about:blank);
 3     background-attachment:fixed;
 4 }
 5 #topmenu{
 6     position:fixed;
 7     left:0;
 8     top:0;
 9     _position:absolute;
10     _top:expression(eval(document.documentElement.scrollTop));
11 
12 }
查看完整回答
反對 回復 2018-12-24
?
SMILET

TA貢獻1796條經驗 獲得超4個贊

放棄ie6吧,不放棄會阻礙web的發展

查看完整回答
反對 回復 2018-12-24
  • 2 回答
  • 0 關注
  • 443 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號