iFixPng improved
本文导语: This plugin is an improvement to the original iFixPng plugin. It may use some more resources and work slower, but there are some important improvements: The image or element with a background image doesn't have to be visible. background-position is now supported, including an IE absolute position...
This plugin is an improvement to the original iFixPng plugin. It may use some more resources and work slower, but there are some important improvements:
- The image or element with a background image doesn't have to be visible.
- background-position is now supported, including an IE absolute position fix. (bottom: -1px || bottom: 0px)
- Since 3.1.0 background-position in percentages is fully supported. See the demo page for a demonstration.
Any improvements to speed or functionality are welcome. For as long as IE6 will be around, we need to tackle this problem together.
The unfix method was removed.
Usage:
jQuery.ifixpng('/images/pixel.gif');
jQuery('img, .bgPng').ifixpng();
note! When using jquery versions older than 1.2.6, please make sure to use the dimensions plugin, as the plugin relies on the outerWidth / outerHeight methods.
Known issues:- Background-repeat is not supported.
您可能感兴趣的文章:
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。