Re: Audio

Dave Raggett wrote:
> My recommendation would be to introduce a new pseudo class called 
> :visible that holds true while the visual presentation of the 
> selected element is currently visible. We then could have:
> 
>    h1:visible { content: url(mood-music.wav); }  /* repeats*/

There's a problem with this.  What happens if I have rules like this?

h1:visible { visibility: hidden; } or
h1:visible { display: none; }


-- 
Lachlan Hunt

http://www.lachy.id.au/
lachlan.hunt@lachy.id.au

Received on Saturday, 7 August 2004 00:18:34 UTC