transparent pngs in IE
* html #blah { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/img.png', sizingMethod='crop'); background:none; cursor:hand; /* only if this is a link */ position:relative; }
12364 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
* html #blah { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/img.png', sizingMethod='crop'); background:none; cursor:hand; /* only if this is a link */ position:relative; }
opacity:.7; /* css standard */ filter:alpha(opacity=70); /* IE patch */