2012-02-13 3 views

答えて

5
h3 { 
    width: 200px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; /* magic happens here */ 
} 
関連する問題