Egyéb CSS értékek: play-during CSS jellemző tulajdonságai

Play-during

háttér hang beállítása az aktuális elem hanglejátszása idejére

Declares a background sound to be played while the current element is spoken.
Lehetséges értékek:
URL value, followed by one or more of the following keywords, separated by spaces:

mix
repeat

Alternatley, one of the following keywords:

auto
none

<uri> [ mix || repeat ]? | auto | none | inherit

Play-during minták, példák:

div { play-during:url(music.wav); }

div { play-during:url(music.wav) repeat; }

div { play-during:none; }


Alapértelmezett érték: auto
Öröklődő tulajdonság: nem
Media besorolás: aural
Csoport besorolás: egyéb css értékek

Kompatibilitás: CSS 2, CSS 2.1,

További egyéb css értékek:

azimuth cue-after cue-before cue elevation pause-after pause-before pause pitch pitch-range richness speak speak-header speak-numeral speak-punctuation speech-rate stress voice-family volume

Play-during CSS tulajdonságok, referencia

Webdesign