четверг, 24 ноября 2011 г.

CSS3 text-overflow:ellipsis;

#overf{
margin:auto;
margin-top:100px;
white-space:nowrap;
width:200px;
height:20px; 
overflow:hidden; 
text-overflow:ellipsis;
}

#overf:hover{
margin:auto;
margin-top:100px;
white-space:normal;
width:200px;
height:auto;
height:40px; 
overflow:hidden; 
text-overflow:clip;
}

Комментариев нет:

Отправить комментарий