I am working with some css and noticed on my pages that IE 9 and 11 do not show scroll bars on my pages. Teh only way the scroll bars show is to put in compatability mode and then the scrollbars show just fine. Very confused at this point and rather frustrated.
The following is a sample page i have with complete CSS, and in IE 9 or 11 it gives no scroll bars as i upload multiple attachments, but as soon as I put in compatability mode it shows scrollbars.
<form id="form1" runat="server">
<telerik:RadScriptManager ID="ScriptManager" runat="server"></telerik:RadScriptManager>
<table class="approvalbody">
<tr>
<td class="approvalHeader" colspan="2">Manage Lease Approval</td>
</tr>
<tr>
<td style=&q ...
Go to the complete details ...