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

min-width on radbutton

2 Answers 113 Views
Button
This is a migrated thread and some comments may be shown as answers.
Jamie Lediet
Top achievements
Rank 1
Jamie Lediet asked on 19 Dec 2011, 07:06 PM
Currently I have radbutton which I wish to set a minimum width of via css.

i.e.      min-width: 100px !important;

This works fine in chrome, firefox, etc. but not IE.  In IE I get a white bar at the minimum width point.

Does anyone have an idea on how I set the min-width of a radbutton in IE without having the white bar appear?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 19 Dec 2011, 09:39 PM
Hello Jamie,

Your css style should look something like this:

.RadButton .rbDecorated
{
    min-width: 100px !important;
}

I hope that helps.
0
Abhishek
Top achievements
Rank 2
answered on 18 Jan 2012, 10:00 AM
Hello Kevin,

 Please have a look on this link for solution to your problem.
Ref: http://www.telerik.com/community/forums/aspnet-ajax/button/problem-with-radbutton-skin.aspx

Let me know if any issue.

Thanks,
Abhishek K
Tags
Button
Asked by
Jamie Lediet
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Abhishek
Top achievements
Rank 2
Share this question
or