Re: Way to Represent <img> Behaviour in CSS

You wrote:
> In the CSS2 spec. there is a style sheet to represent the default behaviour
> (i.e. style) that most browsers apply to HTML. However, there is the caveat
> that certain things like the display of images in <img> cannot be expressed.
> While this is not quite legal, has anyone considered the following:-
> 
>      @media screen { img { content: url(attr(src)); } }

Yes they have.

img {content:  url()} is almost certain to be valid CSS3, and attr is proposed.
-- Random fortune
I'm pretending that we're all watching PHIL SILVERS instead of RICARDO
MONTALBAN!

Received on Wednesday, 22 November 2000 12:12:27 UTC