Hello:
It seems that my report is overlapping the bottom of the report viewer in IE7 but not in Firefox. From what it looks like, when the vertical scrollbar is visible, the amount of overlap is equal to the combined height of the "up" and "down" arrows on the scrollbar. I cannot figure out if I am doing something wrong. Could someone please help me?
ASPX:
Screenshots:
IE7 (overlapping web viewer)
Firefox (working as expected)
Thanks for your input,
Barret
It seems that my report is overlapping the bottom of the report viewer in IE7 but not in Firefox. From what it looks like, when the vertical scrollbar is visible, the amount of overlap is equal to the combined height of the "up" and "down" arrows on the scrollbar. I cannot figure out if I am doing something wrong. Could someone please help me?
ASPX:
<div id="divReports" runat="server" style="width:100%;"> |
<div style="height:500px;"> |
<telerik:ReportViewer ID="rptViewer" runat="server" |
Width="100%" |
Height="100%" |
BorderColor="Silver" BorderWidth="1px" BorderStyle="Solid"> |
</telerik:ReportViewer> |
</div> |
</div> |
Screenshots:
IE7 (overlapping web viewer)
Firefox (working as expected)
Thanks for your input,
Barret