ʵÏÖ IE6 ÏÂÖ§³Ö position-fixed µÄ CSS ÊôÐÔ²¢½â¾ö¡°Õñ¶¯¡±µÄÎÊÌâ
ÖÚËùÖÜÖª IE6 ²»Ö§³Ö position:fixed £¬Õâ¸ö bug Óë IE6 µÄË«±¶ margin ºÍ²»Ö§³Ö png ͸Ã÷µÈ bug Ò»Ñù³ôÃûÕÑÖø¡£
ÈçºÎÈà position:fixed ÔÚ IE6 Öй¤×÷µÄ£¿
±¾ÎÄËùʹÓõļ¼ÇÉÊÇÓÃÁËÒ»Ìõ Internet Explorer µÄ CSS ±í´ïʽ (expression) ¡£Äã²»¿ÉÒÔÖ±½ÓʹÓøñí´ïʽ£¬ÒòΪËü¿ÉÄÜ»áÒòΪ»º´æ¶ø²»¸üС£½â¾öÕâÒ»µãµÄ×î¼òµ¥µÄ·½Ê½ÊÇʹÓà eval °ü¹üÄãµÄÓï¾ä¡£
ÈçºÎ½â¾ö¡°Õñ¶¯¡±µÄÎÊÌ⣿
ÏÔÈ» IE ÓÐÒ»¸ö¶à²½µÄäÖȾ½ø³Ì¡£µ±Äã¹ö¶¯»òµ÷ÕûÄãµÄä¯ÀÀÆ÷´óСµÄʱºò£¬Ëü½«ÖØÖÃËùÓÐÄÚÈݲ¢ÖØÐÂäÖȾҳÃ棬Õâ¸öʱºòËü¾Í»áÖØд¦Àí CSS ±í´ïʽ¡£Õâ»áÒýÆðÒ»¸ö³óªµÄ¡°Õñ¶¯¡± bug £¬ÔÚ´Ë´¦¹Ì¶¨Î»ÖõÄÔªËØÐèÒªµ÷ÕûÒÔ¸úÉÏÄãµÄ(Ò³ÃæµÄ)¹ö¶¯£¬ÓÚÊǾͻᡰÌø¶¯¡±¡£
½â
¾ö´ËÎÊÌâµÄ¼¼ÇɾÍÊÇʹÓà background-attachment:fixed Ϊ body »ò html ÔªËØÌí¼ÓÒ»¸ö
background-image ¡£Õâ¾Í»áÇ¿ÖÆÒ³ÃæÔÚÖػ֮ǰÏÈ´¦Àí CSS ¡£ÒòΪÊÇÔÚÖػ֮ǰ´¦Àí CSS £¬ËüÒ²¾Í»áͬÑùÔÚÖػ֮ǰÊ×ÏÈ´¦ÀíÄãµÄ
CSS ±í´ïʽ¡£Õ⽫ÈÃÄãʵÏÖÍêÃÀµÄƽ»¬µÄ¹Ì¶¨Î»ÖÃÔªËØ£¡
ÎÒ·¢ÏÖµÄÁíÍâÒ»¸öС¼¼ÇÉÊÇ£¬Äã¸ù±¾ÎÞÐèÒ»¸öÕæʵµÄͼƬ£¡Äã¿ÉÒÔʹÓÃÒ»¸ö about:blank Ìæ´úÒ»¸ö spacer.gif ͼƬ£¬¶øÇÒËü¹¤×÷µÄͬÑù³öÉ«¡£
CSS Code /*ÈÃ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:auto;} /* ÉÏÃæµÄÊdzýÁËIE6µÄÖ÷Á÷ä¯ÀÀÆ÷ͨÓõķ½·¨ */ /* ÐÞÕýIE6Õñ¶¯bug */ * html, * html body{background-image:url(about:blank);background-attachment:fixed;} /* IE6 Í·²¿¹Ì¶¨ */ * html .fixed-top{position:absolute;bottom:auto; top:[removed]eval(document.documentElement.scrollTop));} /* IE6 ÓÒ²à¹Ì¶¨ */ * html .fixed-right{position:absolute;right:auto; left:[removed]eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));} /* IE6 µ×²¿¹Ì¶¨ */ * html .fixed-bottom{position:absolute;bottom:auto; top:[removed]eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));} /* IE6 ×ó²à¹Ì¶¨ */ * html .fixed-left{position:absolute;right:auto; left:[removed]eval(document.documentElement.scrollLeft));}
ʵÀý´úÂ룺 <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ʵÏÖ IE6 ÏÂÖ§³Ö position-fixed µÄ CSS ÊôÐÔ</title> <style type="text/css"> * html, * html body { background-image:url(about:blank); background-attachment:fixed; } * html .fixed { bottom:auto; position:absolute; right:0; top:[removed]eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))); } .fixed { bottom:0; position:fixed; right:0; } </style> </head> <body> <div style="height:950px;"> </div> <div class="fixed">ÎÒ¹ÜÄãÔõô¹ö£¬ÎÒ¾ÍÊÇÀ×´ò²»¶¯£¬¹þ¹þ¹þ¡£</div> </body> </html>
ÍƼöÐÅÏ¢
- CSS²¼¾ÖµÄ8¸öÄãÐèÒªÕÆÎյļ¼ÇÉ
- IE6¡¢IE7 ¡¢IE8¡¢FFµÄCSSHack
- ̽¾¿cssÖи÷ÖÖÇé¿öϵÄÔªËصĴ¹Ö±ºÍˮƽ¾ÓÖеÄÎÊÌâ
- YahooÍŶӾÑ飺ÍøÕ¾ÐÔÄÜÓÅ»¯µÄ34Ìõ»Æ½ð·¨Ôò(ת)
- HTMLÖÐÀûÓÃ404½«ÀÏÓòÃûÖض¨Ïòµ½ÐÂÓòÃû
- ÈÃdiv¸¡ÓÚselectÖ®ÉÏ
- ¼¸Æª¹ØÓÚºÐ×ÓÄ£Ð͵ÄÎÄÕ£¬ÈÕºó·½±ã¼ìË÷£º
- Css ÑùʽʹÓþÑé×ܽá
- display:inline-blockµÄÉîÈëÀí½â
- ÈçºÎÔÚÍøÒ³ÖÐǶÈëÌØÊâ×ÖÌå
ÈÈÃÅÐÅÏ¢
- nohup: redirecting stderr to stdou....
- ʹÓÃlog_formatΪNginx·þÎñÆ÷ÉèÖøüÏêϸµÄÈÕÖ¾¸ñʽ
- jquery easyUI--dataGrid-Json
- [Ô´´]·ÂGoogle Reader¡¢ÐÂÀË΢²©¡¢ÌÚѶ΢²©µ....
- ÀûÓÃKeepalived+mysql¹¹½¨¸ß¿ÉÓÃMySQLË«Ö÷×Ô¶....
- Nginx+keepalivedʵÏÖ¸ºÔؾùºâºÍË«»úÈȱ¸¸ß¿ÉÓÃ
- jqueryʵÏÖÒ³Ãæ¼ÓÔؽø¶ÈÌõ
- Rolling cURL: PHP²¢·¢×î¼Ñʵ¼ù
- codeigniter ·ÓÉÖÕ¼«ÓÅ»¯(url rewrite)
- linuxÏÂÉèÖÃsshÎÞÃÜÂëµÇ¼
×î½ü¸üÐÂ
- ´ó±¥ÑÛ¸£ 7¿îÀàÐ͸÷ÒìµÄCSS3ʵÓò˵¥
- div+css¶àä¯ÀÀÆ÷²âÊÔ·½·¨
- cssËõд¸øÍøÕ¾¼ÓËÙ£¬ÆäʵºÜ¶àʱºò¶¼»áÓõ½
- ´¿CSS´òÔìBubbleÆøÅÝÌáʾ¿ò
- CSSʵÏÖͼƬ°´±ÈÀýËõ·Å
- CSS¼¼ÇÉÈÃÄãµÄÍøÕ¾¸üÉÏÒ»²ãÂ¥
- ¹Ì¶¨¸ß¶Èdiv,ËæÄÚÈÝ×Ô¶¯±ä¸ßcss¶¨Òå·½·¨
- web¼æÈݸ÷¸öä¯ÀÀÆ÷×îС¸ß¶ÈµÄд·¨
- CSS£¬Ç³ÎöpositionÖÐRelativeºÍAbsolute
- 12ÌõÔÔò£º±£³ÖHTML´úÂëÕû½à&¹æ·¶
ÆÀÂÛ