Hello,
I am using telerik asp.net ajax trial version. I used form decorator for asp.net buttons. In IE7 I get correct shape of the button while in Forefox the button shape is looks distorted (as displayed in attached image)
Can you please let me know the solution for same ?
Thanks,
Prayag
I am using telerik asp.net ajax trial version. I used form decorator for asp.net buttons. In IE7 I get correct shape of the button while in Forefox the button shape is looks distorted (as displayed in attached image)
<asp:Button Skin="Web20" Style="color: #fff; width: 100px;" ID="btnSearch" runat="server" Text="Search" EnableEmbeddedScripts="false" /> |
<asp:Button Skin="Web20" Style="color: #fff; width: 100px;" ID="btnResetSearch" runat="server" Text="Reset" /> |
.... |
.... |
<telerik:RadFormDecorator ID="FormDecorator1" runat="server" DecoratedControls="Buttons,Textbox" Skin="Web20"> |
</telerik:RadFormDecorator> |
Can you please let me know the solution for same ?
Thanks,
Prayag