css文字竖排

<div class=”zx”>文字垂直排布</div>
<style>
.zx {writing-mode:tb-rl;text-align:left;}
</style>
仅仅对IE有效 FF只能限制div宽度并用wordbreak强制换行