CSS Cue Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The cue property defines an auditory icon played before or after the element to distinguish and delimit the element.
Syntax
cue: [value1] [value2] ...
Possible values
- none
- [URI]
- inherit
Initial Value
Not Defined
Applies To
All elements
Inherited
No
Media
Aural
Example
h1 {cue: url("quack.wav");}
Loading Twitter