How do I get the caption to rotate when I move from tabs on

How do I get the caption to rotate when I move from tabs on to to tabs on left?



If I just change the constructor from top to left I only see several letters of the caption as they are still in a horizontal orientation.

Unfortunately there is no CSS rule which can rotate text and work in all browsers, so the only way to have right or left oriented tabs - use images as tab label.
( The labels on right|left tabs at dhtmlx.com/docs/products/dhtmlxT … ndex.shtml are images )

If you only support IE (6+) and FF3.5+ (or any webkit browser), then you can use this CSS trick:
snook.ca/archives/html_and_css/css-text-rotation