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

cue-before

Defines the properties for an aural cue before an element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
nonononono

Usage

[url(sound-url)]

Example

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

Availability

W3C CSS2

Related