Category CSS
1 2 3 4 5 6 7 8 9 |
<style> span { display: inline-block; width: 180px; white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; } </style> |
Lorem Ipsum is simply dummy text of the printing and typesetting industry...
HTML
1 2 3 |
<style> .tablescroll{overflow-x: scroll;overflow-y: hidden;} </style> |
1 |
$('span[attName=attData]').css('border','1px solid #d95c5c'); |