dtd - Updating my website for IE10 -
the following html (taken debugger on ie10 on windows 7)
<td id="newtexticon"> <a class="menu" onmouseout="delayhidemenu();" onclick="return dropdownmenu(this, event, menunewcode, "80px");" href="javascript:void(0)" target="_top"> <img width="16" height="16" align="left" class="menuimg" alt="new" src="images/new.gif" border="0"/> new <img width="6" height="3" align="middle" alt="" src="images/sort_down.gif" border="0" vspace="4"/>
is rendered as
what underlying change in thinking causes html rendered differently - can fix when run in document mode: standard, button looks on right?
Comments
Post a Comment