iFixPng improved
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/iFixPng2
软件介绍
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)
Update
- 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:
// Set the transparent pixel
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.
Ext JS学习指南
(美)布莱兹、(美)拉姆齐、(美)弗雷德里克 / 孔纯、肖景海、张祖良 / 人民邮电出版社 / 2009-10 / 39.00元
《Ext JS学习指南》系统化地介绍了Ext JS的基础知识,从框架的下载安装到各种常用小部件的实例介绍,从如何自定义小部件到Ext JS代码复用和扩展机制,《Ext JS学习指南》覆盖了Ext JS知识的所有主要方面。作为Web 2.0时代企业应用的一把开发利器,Ext JS为企业应用开发的表现层实现提供了优秀的解决方案。 如果你掌握了HTML,并且了解一般的CSS和JavaScript的......一起来看看 《Ext JS学习指南》 这本书的介绍吧!
