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
Hear about the Californian terrorist that tried to blow up a bus?
Burned his lips on the exhaust pipe.

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