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

| Index | Current Category: Fonts |
| Previous Style: font-size-adjust | Next Style: font-style |


font-stretch

Condenses or expands text horizontally.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported
Possible Values:
narrower
Formats text as narrower than the current font.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

[stretch]
A keyword that specifies the amount of stretching.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • Possible values: ultra-condensed, extra-condensed, condensed, semi-condensed, normal, semi-expanded, expanded, extra-expanded, ultra-expanded..

wider
Formats text as wider than the current font.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Example:
<SPAN STYLE="font-stretch: condensed">Condensed text.</SPAN>.

| Index | Current Category: Fonts |
| Previous Style: font-size-adjust | Next Style: font-style |