If DIV contains a long sentence, such as "if i had a dime for everytime i was told i can't", I want to display:
|if i had a dime for|
|everytime i was... |
By Using below code it working fine in IOS and android but it is not working in windows(IE 10), please help me on this.
<table>
<tr>
<td width="80%">
<div style="width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none;font-size:14px;">
if i had a dime for everytime i was told i can't
</div>
</td>
<td width="20%">
<img src=""/>
</td>
</tr>