Код: Выделить всё
[list]
[*][url=#]Tab one[/url]
[*][url=#]Largeeeeeeeeeeeeeeeeeeeeeeee Tab[/url]
[*][url=#]Tab three[/url]
[/list]
CONTENT
ul.tabs {
margin: 0px;
padding: 0px;
}
ul.tabs li {
list-style: none;
display: inline;
}
ul.tabs li a {
display:inline-block;
width:10%;
margin-bottom:0px;
color: #FFFFFF;
padding: 8px 14px 8px 14px;
text-decoration: none;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #ffcce5;
background: #ffcce5;
border-radius:6px 6px 0 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;
}
.content {
background-color: #ffffff;
padding: 10px;
border: 1px solid #464c54;
}
Код: Выделить всё
text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;
Код: Выделить всё
overflow:hidden;
jsfiddle
Подробнее здесь: https://stackoverflow.com/questions/203 ... -ul-and-li