does anyone know if it's possible to apply a style to a background img; for instance in the example:
div.yoke {background: url(blah.png);}
where the img (blah.png) would tile across the background, is it possible to apply a style to blah.png?
I know I can put stuff like 'no-repeat','center' etc after the image call but I'm looking for more control than this.