| <div style="height:100%; background-color:#eeeeee;"> |
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager> |
| <telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" Width="100%" Height="100%"> |
| <Content></Content> |
| </telerik:RadEditor> |
| </div> |
| <div style="height: 100%; background-color: rgb(238, 238, 238);"> |
| <script type="text/javascript">...</script> |
| <div id="RadEditor1" class="radeditor Vista rade_wrapper" style="height: 100px; width: 100%;"> |
| <div id="RadEditor1dialogOpener" style="display: none;">...</div> |
| <table id="RadEditor1Wrapper" cellspacing="0" cellpadding="0" style="table-layout: auto; width: 100%; height: 100px;"> |
| </table> |
| <input id="RadEditor1_ClientState" type="hidden" name="RadEditor1_ClientState" autocomplete="off"/> |
| </div> |
| </div> |

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" Align="left" Skin="Vista" Style="position: relative; z-index: 1" Width="600px" SelectedIndex="0" MultiPageID="RadMultiPage1" Orientation="HorizontalTop" >
<Tabs>
<telerik:RadTab PageViewID="RadPageView1" Text="General Information" />
<telerik:RadTab PageViewID="RadPageView2" Text="Class Information" />
<telerik:RadTab PageViewID="RadPageView3" Text="Clinical Information" />
</Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" CssClass="mystyle">
<
telerik:RadPageView ID="RadPageView1" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" runat="server">
</
telerik:RadPageView>
</
telerik:RadMultiPage>
Attached is a image showing the missing pixel.
One fix is to center the tabs then the border wraps around the upper left corner. This does not look good and I need the tabs to be aligned left.
Is there a way to align left but slide the tabs over just enough to fill in the pixel?
missingpixel.gif
