# jQuery.fixed **Repository Path**: azhai/jQuery.fixed ## Basic Information - **Project Name**: jQuery.fixed - **Description**: 修复IE6下面的fixed定位和png透明的问题 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2014-02-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jQuery.fixed ============ Support position:fixed and png:transparent in IE6 Usage: .fixed({width:200, height:300, x:-10, y:-20}); x: x >= 0 float left x < 0 float right y: same as x .transparent(); ```
