關於頁面文字自動變爲省略號;

如例子javascript

在li中,當減小width時。文字的寬度大於content時,使其變爲省略號。css

css代碼樣式以下:java

height: 30px;
                            line-height: 30px;
                            padding: 0 80px 0 30px;
                            position: relative;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
相關文章
相關標籤/搜索