Egyéb CSS értékek: cue CSS jellemző tulajdonságai

Cue

elem megjelenésekor hang lejátszása

Shorthand proerty to set both cue values at once.
Lehetséges értékek:
URL values and the predefined value none. Separate the values by a space in the following order:

cue-before
cue-after

If only one cue value is declared, it is used for both before and after.

[ cue-before || cue-after ] | inherit

Cue minták, példák:

div { cue:url(sound.wav) url(sound2.wav); }

div { cue:url(sound.wav); }


Alapértelmezett érték: nincs
Ö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, CSS 3,

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

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

Cue CSS tulajdonságok, referencia

Webdesign