> I've set a repeating png background by putting this in an ie only
> stylesheet that's imported from a conditional comment:
>
> * html #text_box {
> background: none;
> filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/
> opacity_bkg.png",sizingMethod="scale");
> }
>
> I found it with a google search - can't say I understand it

If you include it via conditional comments anyway then there is no
need for the * html (which is normally used to target MSIE 6).

The rest is the MS-only filter stuff:
http://msdn.microsoft.com/workshop/author/filter/reference/filters/alphaimageloader.asp


-- 
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to