CSS transform Example

Works in Firefox since 3.5 (Gecko engine 1.9.1), Safari since 3.1 and maybe Opera since 10.5 (not sure).
More info: https://developer.mozilla.org/en/CSS/-moz-transform.
Please note that transform and text-transform are two different things.

Normal:

Test

Hochkant | upright: -moz-transform: rotate(-90deg)

Test

Animiert | animated:

Test

Debug...