使用jQuery修复IE6双边距错误/重复字符错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用jQuery修复IE6双边距错误/重复字符错误相关的知识,希望对你有一定的参考价值。

If you've ever been frustrated at fixing multiple double margin / duplicate character bugs in your page, using this handy jQuery snippit, you can wipe them away instantly!

This code requires the latest version of jQuery.
  1. $('*').each(function() {
  2. if ($(this).css('float') !== 'none') {
  3. $(this).css('display', 'inline');
  4. }
  5. });

以上是关于使用jQuery修复IE6双边距错误/重复字符错误的主要内容,如果未能解决你的问题,请参考以下文章

css 修复IE 6/7双边距/填充错误

ie6下双边距的问题

浮动问题(IE6最小高度问题双边距问题以及清理图片间隙)

IE6双边距bug及其解决办法

1:什么时候margin取最大值 而不是相加 2:ie6margin双边距bug怎么解决

错误修正:IE双边距浮动错误