Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

CSS cue-after

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?

  • Share
  • Add this page to your Favorites
  • Link to this page (copy/paste into your own website or blog):
  • Link to Quackit using one of these banner ads.
  • Help support Quackit by making a donation

Oh, and thank you for supporting Quackit!

© Copyright 2000 - 2010 Quackit.com