实现网页文字竖排的方法有很多,先来看看CSS 样式表中提供的两种文字竖排的方法:
writing-mode (IE5.5+专有属性)
语法:
writing-mode : lr-tb | tb-rl
参数:
lr-tb : 左-右,上-下 tb-rl : 上-下,右-左
继续阅读 »