【问题标题】:vertical text orientation in ieie中的垂直文本方向
【发布时间】:2012-02-15 17:52:41
【问题描述】:

我有一段文字,是竖着写的,写作模式:tb-lr;属性,但在 IE7 中不起作用,文本是水平的,我如何在所有浏览器中表现相同?

.haccordion li div .accordion_content_indicator p {
    width: 200px;
    height: 210px;
    margin: 0px;
    padding: 10px;
    text-align: right;
    color: #8a8890;
    font-family: "Arial Narrow";
    font-size: 14px;
    cursor: pointer; 
    writing-mode:tb-lr;
   -webkit-transform:rotate(-90deg);
   -moz-transform:rotate(-90deg);
   -o-transform: rotate(-90deg);
}

【问题讨论】:

  • 根据this,根本没有:tb-lr - Windows Internet Explorer 8. Content flows vertically from top to bottom, left to right. [...] 不知道是否存在解决方法 - 可能不存在

标签: css internet-explorer styles


【解决方案1】:

Internet Explorer 8 及以下版本中的垂直文本

http://www.aquim.com/web-article-226.html

【讨论】:

  • 感谢链接....问题出在我页面的其他元素上,请原谅我的愚蠢问题
猜你喜欢
  • 2011-05-14
  • 1970-01-01
  • 2019-03-20
  • 2012-01-26
  • 1970-01-01
相关资源
最近更新 更多