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,