[code]
ul.small_avatars li span {
width: 28px;
font-size: 13px;
-o-text-overflow:ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
[/code]
no change sir. i am not use small avatars on brows page. i used galerry..
but my problem is fixed now
this is the code
[code]
ul.gallery li {
display: block;
font-size: 12px;
padding: 3px;
margin: 3px;
float: left;
width: 125px;
text-align:center;
height: 160px;
border: #eee 2px solid;
}
ul.gallery li span {
display: block;
font-size: 12px;
font-weight: bold;
}
[/code]
thanks for your help |