Re: Alternate images for different media

Dr Jacques Steyn wrote:

> One solution would of course be vector images. But this cannot be
> applied across the board.

Could you explain why not?

> Another solution would be to match copies of images in different sizes
> to specific media.

That can be done already, using the @media constriuct in CSS, specifying
the width and height of some element (such as a div) which is to contain
the image, in units such as ems or %, and then applying different
background images depending on media.

--
Chris

Received on Wednesday, 30 December 1998 19:38:34 UTC