Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

cue

Definition

The cue property is a shorthand method for setting cue-before and cue-after property values. If a single value is given, it will apply to both cue-before and cue-after. If two values are given, the first value will be applied to cue-before, and the second to cue-after.

Example

  1. h1 {cue: url('pop.au')}
  2. h2 {cue: url('ding.mp3) url('dong.mp3')}
  3. h3 {cue: url('bong.wav') none}

Characteristics

Possible values

One of the following:

  • Value from cue-before or cue-after. The same value will be applied to both cue-before and cue-after.
  • Values from cue-before and cue-after, separated by a space.
  • inherit
    Use the same computed value as the parent element for this property.

Default value

none for both cue-before and cue-after

Applies to

All elements

Inherited

No

See also