
I used radtabstrip control in my .net application.In IE8 if there was a scroll in the page due to increased content length, the background images used in tabs of the radtabstrip control also came down on scrolling the page.I am not facing this problem in IE7.Please help asap.
12 Answers, 1 is accepted
Can you give us more information about your issue. At least a screenshot with more detailed description or a live URL will help us determine the problem. Thank you in advance.
Regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.


could you find any thing for this issue?
Are you sure this happens in IE8 and not in IE7? The position: relative bug can cause such issues in IE6/7, but I'm not aware of such problems in IE8. Can you post a live URL of your page, so that I can see it?
Sincerely yours,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

Hello Kamen Bundev
I have not placed 'position:relative' tag in my code.Though in case used it would have made the entire radtabstrip be located on top even on scroll.I am posting a part of my code :-
<
table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" style="height: 21px;">
<radTS:RadTabStrip ID="RadTabStrip1" runat="server" AutoPostBack="True" CausesValidation="true">
<Tabs>
<radTS:Tab runat="server" Text="Save" CssClass="save" SelectedCssClass="save">
</radTS:Tab>
<radTS:Tab runat="server" Text="Delete" CssClass="delete" SelectedCssClass="delete">
</radTS:Tab>
<radTS:Tab runat="server" Text="Print" CssClass="print" SelectedCssClass="print">
</radTS:Tab>
<radTS:Tab runat="server" CssClass="closeWin" Text="Close" SelectedCssClass="closeWin">
</radTS:Tab>
</Tabs>
</radTS:RadTabStrip>
</td>
</tr>
</
table>
And this is a part of the css being applied on tabs of the radtabstrip control :-
.closeWin
{
background: transparent url('img/close.jpg') 2px 0px no-repeat;
}
Now when i use this radtabstrip in my code, on scroll of the page just the tabs of the radtabstrip come down and not the entire radtabstrip, as you could see in the last attachment.
Which version of RadControls for ASP.NET AJAX are you using? Can you confirm in which browser exactly you are experiencing the issue?
Kind regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

I am using r.a.d.controls Q4 2006 for ASP.Net and IE8 browser
Thanks n Regards
Geetu
Looks like this is the problem. Classic RadTabStrip rendering included the usage of position: relative for every tab. To fix it, you need to set position: relative to your scrolling container (whichever element on your page has the scrollbar).
Kind regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

For example if i have a textbox on top of the page below my radtabstrip, on scrolling below I wont be able to see the textbox.
Is this possible any ways for radtabstrip control?
I can't tell you more without actually seeing the issue because it depends on your layout. I will need a live URL, a sample page or at least a Save As Web Page Complete in order to reproduce the issue and be able to help you.
Kind regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

Hello Kamen Bundev
I am using r.a.d.controls Q4 2006 for ASP.Net and IE8 browser.
Is this the latest version of rad controls?
Has Telerik launched any compatible version for ie8?
I am facing problems with IE8 browser if i set my compatibility mode to off.
Thanks n Regards
Geetu
RadControls for ASP.NET is not in sales since 2007 year and not updated since Q1 2009. There are newer versions of RadControls for ASP.NET but there isn't one that officially supports the IE8 browser. If you still want to use the Classic controls, you need to turn IE8 compatibility mode on.
On the other hand, RadControls for ASP.NET AJAX is currently actively developed and has IE8 support since Q1 2009 SP1.
Sincerely yours,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.