CSS - cue-after


Description:

The cue-after property is used in audio devices to play a sound after an element.

Possible Values:

  • none: No media file
  • URI: Location of media file.

Applies to:

All the HTML elements.

DOM Syntax:

object.style.cueAfter=url("music.wav");

Example:

Here is the example:

<style tyle="text/css">
<!--
a {cue-after: url("bell.aiff");}
h1 {cue-after: url("pop.au"); }
-->
</style>
     

 





Spacer Bottom Left Corner ImageBottom Right Corner Image
Valid XHTML 1.0 Strict  Valid CSS! Check the accessibility of this site according to U.S. Section 508