|
|
DirectionCSSProperty
The direction property specifies the base writing direction of blocks and the direction of embeddings and overrides for the Unicode bidirectional algorithm.
You are here: Home > CSS Reference > Properties > direction
Usage
Values
- ltr
- rtl
- inherit
Browser compatibility
| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 |
| style.direction reflects <div style='direction: ltr'> | Y | Y | Y | Y | Y | Y |
| style.direction reflects <div style='direction: rtl'> | Y | Y | Y | Y | Y | Y |
Further reading
Sign in to add a comment
