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

Tabstrip issue in IE 7

1 Answer 54 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Naveen kumar
Top achievements
Rank 1
Naveen kumar asked on 13 Jan 2012, 06:12 AM
Hi ,
    I have tab-strip issue in IE 7 ,it works good in Firefox but not in IE 7.
    The issue is I have 3 pageviews and if i select one page view other two pageview tabs border should be solid but all the three tabs are showing the same behaviour and other issue is when i select a tab the text in the tab is going down. These issues are in IE 7 only, it works good in all other browsers. I am attaching my screenshoots down please solve the issue. This may be due to applying Skin to rad-tab-strip but the skin is mandatory.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 18 Jan 2012, 12:18 PM
Hello Naveen,

I noticed that you are using a custom skin that you apply to the RadTabstrip control that might be causing this appearance. However, you could try using the following css class selector and alter the margin/padding of the text so that it aligns correctly in IE7 only:
* + html div.RadTabStrip .rtsLevel1 .rtsTxt,
 * + html div.RadTabStripVertical .rtsLevel1 .rtsTxt
        {
            margin-bottom: 5px;
        }
 
Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TabStrip
Asked by
Naveen kumar
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or