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

enter image description here

what underlying change in thinking causes html rendered differently - can fix when run in document mode: standard, button looks on right?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -