Docs Home

sb.ie6

@File: /surebert/ie6.js

@Version: 2.0 11/13/07

@Description: methods for dealing with ie6 inconsistences in displaying transparent pngs

sb.ie6.pngFix

@File: /surebert/ie6.js

@Description: Forces transparent PNGs to display properly in IE 6


@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

@File: /surebert/ie6.js

@Description: allows for background png image fix in IE 6


@Param: The element which has a background png that needs to be fixed for ie6
@Example:
 sb.ie6.pngFix('#myElement');