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

[Solved] Custom Skin

1 Answer 95 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Thomas Rozzi
Top achievements
Rank 1
Thomas Rozzi asked on 11 Feb 2010, 05:00 PM
Having an issue using ie8 with custom skin. On a prior post, I was asked to insert this code into head of document

 

<!--[if gte IE 8]>

 

<style type="text/css">

.RadComboBox { display: inline-block !important; }

div.rcbSlide { padding: 0 2px 2px 0; }

div.rcbSlide div { margin: 2px 0 0 2px; }

div.rcbSlide div div { margin: auto; }

</style>

<![endif]-->

 


combo box still doesn't render correctly. Build 2008 02

I need to use this build because of some othere issues.

Thanks
Thomas

PS here is the control code that is on the page.

<

 

telerik:RadComboBox CssClass="RadComboBox" Skin="Purple" EnableEmbeddedSkins="false"

 

 

ID="RadComboBox1" runat="server">

 

 

<Items>

 

 

<telerik:RadComboBoxItem Text="Test" />

 

 

</Items>

 

</

 

telerik:RadComboBox>

 


1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 16 Feb 2010, 02:59 PM
Hi Thomas,

Thank you for contacting us.

I tried it here on the project you've sent before and it was working okay. Where did you put this code snippet. It should be in the page or a master page and not in a CSS file. Let me know if this helps.

Kind regards,
Kamen Bundev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
Thomas Rozzi
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or