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: pitch | Next Style: play-during |


pitch-range

Determines the maximum amount the pitch can vary from the average pitch when an element is rendered aurally.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported
Notes:
  • Use values between 0 and 100, where 0 produces a completely monotone voice; 50 produces a voice with normal inflection; and 100 produces a very animated voice.

See Also:

pitch, stress, volume

Possible Values:

[number]
A specific value between 0 and 100 for the pitch range.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Example:
<DIV STYLE="pitch-range: 50">
The other day, I saw a friend glumly sitting on the curb 
beside his car. I asked him what was wrong.
</DIV>
<DIV STYLE="pitch-range: 20">
"Ah, I ran over a pop bottle."
</DIV>
<DIV STYLE="pitch-range: 75">
"A pop bottle! They're pretty big; why didn't you just 
steer around it!"
</DIV>
<DIV STYLE="pitch-range: 60">
"I would have, but the darn kid had it hidden under his jacket!"
</DIV>

| Index | Current Category: Aural |
| Previous Style: pitch | Next Style: play-during |