Having an issue using ie8 with custom skin. On a prior post, I was asked to insert this code into head of document
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.
<!--[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>
