Html.ActionLink and Ajax.ActionLink are working fine in all browsers except IE 9.\[code\]<tr> <td> Some information </td> <td> Some information </td> <td> <%=Html.ActionLink("", "", "", new { Id = Model.Id }, new { target = "_blank" })%> <%=Ajax.ActionLink(....) %> </td></tr>\[/code\]Once I mouse over/hover any of the action links above, the the links are in, expands and compresses other tds.. lay off and formatting is completely off. It comes back to normal after I remove the mouse pointer on any of the links. This happens only in IE9, not in chrome or FF. How can I solve this?