This is a migrated thread and some comments may be shown as answers.

Vista skin 1 pixel missing from left border.

1 Answer 65 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Admin
Top achievements
Rank 1
Admin asked on 23 Jan 2009, 03:44 AM
I have been reading these formus for a while and have not found a solution to this issue.   Some other users have mentioned still not having a fix for this. 
.mystyle
{ margin-top: -2px; }

<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

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 26 Jan 2009, 09:48 AM
Hello Mike,

Some modification to the skin was necessary - including the change of an image. Please refer to the attached solution for additional information. It will be fixed (among with many other things for the Vista skin) for the Q1.2009 release.

Greetings,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
Admin
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or