Search results

  1. dorfire

    Transparent PNG backgrounds in IE6

    The solution is well known when we're talking about plain <img> tags, but it's not that trivial when we put the image as a CSS background. I didn't want to convert my background images to GIF, so I wrote this Javascript code: window.onload = function() { var elementIdentifiers =...
Back