Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q5419 How do I turn up the volume using ACSS?

You are here: irt.org | FAQ | CSS | Q5419 [ previous next ]

You can set the volume, to any number between 0 and 100. 0 represents the minimum audible volume level, and 100 corresponds to the maximum comfortable level.

You can also use:

Here's an example:

H1 {
   voice-family: Romeo, male
   volume: 60
    }
P {
   voice-family: Juliet, female
   volume: loud
    }

The male voice, Romeo, will then not be as loud, as the female voice, Juliet.

©2018 Martin Webb