Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
WebImageButton issue on IE11
posted

Hello

I have an issue using IE11 on my Dev-Site...

           http://www.authentiface.com:8051/authentiface/Register.aspx

on every browser it works fine, but on IE11 there are no Images on the Buttons...

the Source of the compiled Website on Firefox Looks for a Button like

      <td>

 <table cellspacing="0" cellpadding="0" id="MainContent_WIB1__2" style="display:inline-table;width:150px;height:150px;">
 <tr>
 <td>  
 <table cellspacing="0" cellpadding="0" id="MainContent_WIB1__1" style="font-size:2px;table-layout:fixed;width:150px;height:150px;border-style:Solid;border-width:1px;border-color:#F8F8F8 #686868 #686868 #F8F8F8;">  
 <tr>
 <td nowrap="nowrap" id="MainContent_WIB1__5" style="overflow:hidden;background-color:buttonface;padding:0px 1px 1px 0px;" align="Center" valign="Middle"> 
  <img unselectable="on" id="MainContent_WIB1__4" style="" alt="" border="0" src="Images/faces/16_3.jpg" />  
 <input id="MainContent_WIB1" type="submit" size="0" style="font-size:2px;padding:0px;z-index:-1;border:0px;background:transparent;outline:0px;width:0px;height:0px;" name="ctl00$MainContent$WIB1" value="" disabled="true" />  
 </td>
 </tr>  
 </table>
 </td>
 </tr>
 </table>

     </td>

on IE 11 only the input where shown

     <td>

          <input id="MainContent_WIB1" type="submit" style="background-color:buttonface;width:150px;height:150px;" name="ctl00$MainContent$WIB1" value="" alt="" disabled="true" />

     </td>


have anyone an idea how I can  solve this Problem?

I use Infragistics 13.2...


thx Robert