The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Aural |
| Previous Style: cue | Next Style: cue-before |


cue-after

Specifies a sound to be played after an element is rendered aurally.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

See Also:

cue, cue-before, play-during

Possible Values:

none
No sound is played.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

[url]
The file name or full URL of the sound.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • Use the following syntax:

    url(address)

    Here, address is the name or URL of the sound file.

Example:
<DIV STYLE="cue-after: url(ByeByeSoLongFarewell.au)">

| Index | Current Category: Aural |
| Previous Style: cue | Next Style: cue-before |