Core Docs | Additional Modules Docs

sb.ie6


@Description: methods for dealing with ie6 inconsistences in displaying transparent pngs
@File: ie6.js
@Version: 2.0 11/13/07

sb.ie6.pngFix


@Description: Forces transparent PNGs to display properly in IE 6
@File: ie6.js
@Param: The element which has a png that needs to be fixed or a conatiner element containing other elements that need to be fixed
@Example:
//fix a single image
    sb.ie6.pngFix('#myImg');

sb.ie6.pngFixBg


@Description: allows for background png image fix in IE 6
@File: ie6.js
@Param: The element which has a background png that needs to be fixed for ie6
@Example:
sb.ie6.pngFix('#myElement');