Re: [CSS3] foreground-image

On Sep 7, 2007, at 6:12 PM, Michael Day wrote:

>>> And Prince, which also supports:
>
>     img { content: attr(src, url) }

Since it is the default behavior on IMG, then you could say that any  
browser supports this on IMG. Can Prince also support it for other  
elements? And for other attr, such as href? Would something like this  
be workable:

a { content: attr(href, url) }

or

  a {content: image(attr(href, url), 25, 25, 300, 300); }

Received on Saturday, 8 September 2007 17:45:36 UTC