本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

cue-after

Defines the properties for an aural cue after an element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
nonononono

Usage

[url(sound-url)]

Example

To specify a sound file named "horns.wav" after an H1 element, use the following syntax: H1 {cue: url("horns.wav");}.

Availability

W3C CSS2

Related