Hello! I hope someone can help me since I have no clue whats going on here. I have a table with an image in each row (at the beginning). Each image has tooltip (title attibute). HTML looks lie this:
<td align="center">
<input type="hidden" value="0" />
<img src="/img/prognosis/2green.png" title="Augsburg-Göggingen ">
</td>
To make the table sortable I added a hidden input with a value, that is the criteria for sorting.
Everything looks fine until I delete the .png file. Then it looks like this:
The grey rectangle's width is dependant on the tooltip's length. How can this happen? Any help appreciated! THX!