Quackit Logo

Got a MySpace Page?

Get "www.yourname.com" for your MySpace page. Learn how >>.

CSS cue-after

Print Version

Also see the full, alphabetical list of CSS properties


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

Also see the cue-before, cue and play-during properties.

Syntax: cue-after: <value>;
Possible Values:
  • none
  • <URI> (must point to an audio resource)
  • inherit
Initial Value: None
Applies to: All elements
Inherited: No
Media: Aural
Example:
h1 {cue-before: url("quack.wav"); cue-after: url("woof.wav") }

Also see all CSS properties listed alphabetically


Enjoy this website?

  1. Link to this page (copy/paste into your own website or blog):
  2. Add this page to your favorite social bookmarks sites:
                     
  3. Add this page to your Favorites

Oh, and thank you for supporting Quackit!