cue-after Description:
The cue-after property defines an auditory icon played after the element to distinguish and delimit the element.
cue-after in CSS Versions:
cue-after Syntax:
cue-after: <url> | none | inherit
- <uri>
Defines an auditory resource to be played. Resources other than auditory will be ignored as though the value were "none". - none
No auditory icon is specified. - inherit
The element should have the same cue-after setting as the parent.
cue-after Initial Value:
none
cue-after Applies To:
All elements.
cue-after Inheritance:
This property is not inherited.
cue-after Browser Support:
Not supported by visual browsers.
cue-after media type:
- Aural
cue-after Examples:
Standard cue-after property [blockquote shade=yes]<p style="cue-after : url('bell.avi'">[br] After this paragraph is read, a bell will sound.[br] </p>[/blockquote] _z_webdesign_z_);
cue-after Special Notes:
- The precise method of rendering the sound is up to the user-agent.

