Hi
I'm using Telerik.Web.UI, v4.0.30319, 2011.2.915.40.
I am trying to style some pages across a number of browsers, and have a problem!This code
It renders correctly in IE7,8,9, Opera 11.5, Chrome 10.5, Safari 5,
BUT
Any current version of Firefox ends up with the two RadComboBoxes over twice as wide as they should be!
(See attached pics)
Any thoughts?
Cheers
Dave
I'm using Telerik.Web.UI, v4.0.30319, 2011.2.915.40.
I am trying to style some pages across a number of browsers, and have a problem!This code
<
div
style
=
"width: 550px;"
>
<
div
style
=
"margin-top: 5px;"
>
<
label
for
=
"cmbMake"
>
<
span
class
=
"redtext"
>*</
span
> Vessel Make</
label
>
<
div
class
=
"info"
> </
div
>
<
telerik:RadComboBox
ID
=
"cmbMake"
Width
=
"249px"
runat
=
"server"
Filter
=
"Contains"
Skin
=
"WebBlue"
Font-Names
=
"Arial"
AutoPostBack
=
"True"
OnSelectedIndexChanged
=
"cmbMake_SelectedIndexChanged"
OnItemDataBound
=
"cmbMake_ItemDataBound"
OnItemsRequested
=
"cmbMake_ItemsRequested"
>
<
CollapseAnimation
Type
=
"OutQuint"
Duration
=
"200"
></
CollapseAnimation
>
</
telerik:RadComboBox
>
</
div
>
<
div
style
=
"clear: both;"
></
div
>
<
div
style
=
"margin-top: 5px;"
>
<
label
for
=
"cmbModel"
>
<
span
class
=
"redtext"
>*</
span
> Vessel Model</
label
>
<
div
class
=
"info"
> </
div
>
<
telerik:RadComboBox
ID
=
"cmbModel"
Width
=
"249px"
AllowCustomText
=
"true"
runat
=
"server"
Filter
=
"Contains"
Font-Names
=
"Arial"
Skin
=
"WebBlue"
AutoPostBack
=
"True"
OnSelectedIndexChanged
=
"cmbModel_SelectedIndexChanged"
OnItemDataBound
=
"cmbModel_ItemDataBound"
OnItemsRequested
=
"cmbModel_ItemsRequested"
>
<
CollapseAnimation
Type
=
"OutQuint"
Duration
=
"200"
></
CollapseAnimation
>
</
telerik:RadComboBox
>
</
div
>
</
div
>
BUT
Any current version of Firefox ends up with the two RadComboBoxes over twice as wide as they should be!
(See attached pics)
Any thoughts?
Cheers
Dave