On Jun 20, 2006, at 3:43 PM, Stephen Cunliffe wrote:
>
> but does anyone have a fix for this one?
>
> .foo {
>   background-image: url(test.png);
>   background-repeat: repeat-x;
>   /* ????? */
> }
>
> E.g. the problem here, is that there is no width or height to "play"
> with... since a.) It repeats, and b.) there is no size supplied on the
> element, with the "foo" class.

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

-C




______________________________________________________________________
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