本帖最后由 silno 于 2011-12-24 09:29:59 编辑

解决方案 »

  1.   

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" lang="zh"><style type="text/css">
    #aaa{
    height: 100px;
    width: 100px;
    background:#eff8fe;
    }#aaa a{position:relative;top:65px;display:inline-block;height:14px;line-height:14px;overflow:hidden;font-size:12px;
    }  
    </style><div id="aaa" >
    <a href="dd.htm">div隐藏超宽字,不换行,不显示省略号</a>
    </div>
      

  2.   

    [Quote=引用 1 楼 laidezhong 的回复:]
    HTML code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" lang="zh">
    ……
    [/Quote
    请问,这是什么原因》?
      

  3.   

    -o-text-overflow
    这个IE肯定不支持