Hello,
When I try to position the RadButton with to the right with:
When I try to position the RadButton with to the right with:
.RadButton_Right,
.RadButton_Right .rbDecorated
{
position
:
absolute
;
width
:
auto
;
right
:
0px
;
}
it doesn't seems working, but it work fines with RadTextBox or other Asp Button, Asp TextBox, I wonder what's the proper way to do it?
Because I want to have few buttons on the left, and a another Button on the right...
Thanks