android/webkit text-overflow: ellipsis not working

后端 未结 3 646
既然无缘
既然无缘 2021-01-02 20:16

i am trying to get the following code to work on an androind 2.1 phone (HTC Sense UI):

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
             


        
3条回答
  •  天命终不由人
    2021-01-02 20:59

    I see you have no width defined. If the element is allowed to get arbitrarily wide there is never going to be any overflow >within> the element. The element overflowing its parent wil not give you the desired effect.

提交回复
热议问题