J
Joe
When viewing the page in Firefox, the top of the panel is separated.
For example I have a Panel in a cell with it's width=100%. I use the ajax
control to round the top corners of the panel, The corners get rounded but
about 10px down from the top there is a white space about 20px heigh and the
entire width. After that space my panel continues.
It seems that the break is at the bottom of the radius.
<td style="width: 25%; padding-right: 5px;" align="left" valign="top"
height="200"><aspanel runat="server" ID="Panel3" BackColor="#F9F9F9"
Height="330px" Width="100%">
<cc1:RoundedCornersExtender ID="RoundedCornersExtender5" runat="server"
Corners="Top"
Radius="10" TargetControlID="Panel3">
-Joe
For example I have a Panel in a cell with it's width=100%. I use the ajax
control to round the top corners of the panel, The corners get rounded but
about 10px down from the top there is a white space about 20px heigh and the
entire width. After that space my panel continues.
It seems that the break is at the bottom of the radius.
<td style="width: 25%; padding-right: 5px;" align="left" valign="top"
height="200"><aspanel runat="server" ID="Panel3" BackColor="#F9F9F9"
Height="330px" Width="100%">
<cc1:RoundedCornersExtender ID="RoundedCornersExtender5" runat="server"
Corners="Top"
Radius="10" TargetControlID="Panel3">
-Joe