When using long table and each row <tr> is having its id, IE 8 will not scroll to that row (see test link) when using #id in the URL. It works in FF.
- why so? Is IE buggy (I guess so) or it’s just a grace of FF?
- any workaround?
Thanks in advance.
Workaround: it works if the id is placed to the
<td>element.