Thursday, December 6, 2012

TODO

I get lot of content from data base but i show only some part of it

Ex: something..

I should now look for how to show text when mouse hover it..

span{
    display:inline-block;
    width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
​


No comments: