Quackit Logo

FREE Hosting!

With every domain name you register with ZappyHost, you get FREE hosting.

$1.99 Domain Names

With every new non-domain purchase thru ZappyHost, you get a domain name for only $1.99.

CSS play-during

Print Version

Also see the full, alphabetical list of CSS properties


The CSS play-during property is used in audio devices to play a sound in the background while element's content is being played/spoken.

Also see the cue-after and cue-before properties.

Syntax: play-during: <value>
Possible Values:
  • none
  • auto
  • <URI> (must point to an audio resource)
  • mix - the sound (as specified by the URI) is played while the parent's sound continues to play. If mix is not specified, the parent's sound will cease when this element's sound starts.
  • repeat - the sound will repeat if it is too short for the element's content.
  • inherit
Initial Value: auto
Applies to: All elements
Inherited: No
Media: Aural
Example:
p.credits { play-during: url("symphony.wav") mix }

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!