Re: CSS2 "Content"

Netscape 7.02, Mozilla 1.3, Internet Explorer 5.1 (Mac), Internet 
Explorer 6 (Windows) all don't support content.

liorean wrote:

>
>
>
> Arthur Wiebe wrote:
>
>> I've been trying to use content in a division with an URI to a html 
>> file. Doesn't it work because Netscape 7.02 doesn't support it yet or 
>> because text/html doesn't work for this.
>
>
> See [CSS2] 12.2 on this: 
> <http://www.w3.org/TR/REC-CSS2/generate.html#content>
>
> content property only applies on :after and :before pseudo-elements.
>
>> I used this code
>> <div class="GuestBook" style="content: 
>> url(http://aservice.awiebe.com/GuestBook-TPL/guestbook.html);">
>> </div>
>
>
> I think this is legal css3 though - but there's no css3 user agent 
> yet, only a few css2 with support for a smaller number of css3 properties.

Received on Friday, 28 March 2003 10:21:16 UTC