The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Aural |
| Previous Style: page-break-inside | Next Style: pause-after |


pause

A shorthand style that enables you to set multiple pause properties at once for an element that is to be rendered aurally.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported
Notes:
  • This style can apply the following pause properties, in this order: pause-before and pause-after.
  • Separate each property with a space.
  • If you specify just a single value, it applies to both pauses.

See Also:

pause-after, pause-before, speech-rate

Possible Values:

[pause-after]
See pause-after.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

[pause-before]
See pause-before.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Example:
<DIV STYLE="pause: 500ms 2s">

| Index | Current Category: Aural |
| Previous Style: page-break-inside | Next Style: pause-after |