text-overflow:ellipsis doesn't work on IE

前端 未结 3 2182
陌清茗
陌清茗 2020-12-01 16:00

In this page there are some links at the left sidebar that get cropped with:

.widget-area .textwidget li {
    overflow: hidden;
    text-overflow: ellipsis;         


        
3条回答
  •  一生所求
    2020-12-01 16:38

    For IE you should add some extra code..like changing ur width property..or try using a dotdotdot jquery plugin..that would be an alternate solution.. Like this

    http://dotdotdot.frebsite.nl

    Edit: Follow this link

    Quirksmode textoverflow

    which tells you to set the width:100% for IE..

提交回复
热议问题