Defines the properties for an aural cue before or after an element.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | no | no | no | no | no |
---|
Usage
[url(sound-before-url)] [url(sound-after-url)]
Example
To specify a sound file named "bell.wav" before an H1 element and a sound file named "horns.wav", use the following syntax: H1 {cue: url("bell.wav") url("horns.wav");}
.
Remarks
Use the cue
property as a shortcut to typing out both the cue-before
and cue-after
properties separately.
Availability
W3C CSS2