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

Button not showing until I mouseover

1 Answer 103 Views
Button
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 21 Nov 2011, 08:43 PM
I put in what I thought was some simple code:

           <div id="divRight1stRow" class="float_right" style="padding: 6px;">
                <div class="float_right">
                     <telerik:RadButton Width="25px" Height="26px" ID="btnAdmin" runat="server" Text="Administration" OnClientClicked="btnAdmin_Click">
                    <Image ImageUrl="~/images/administration_25x26.png"/>
                    </telerik:RadButton><br />
                </div>
                <div class="float_right">
                     <telerik:RadButton Width="75px" Height="26px" ID="btnLogout" runat="server" Text="Logout" OnClick="btnLogout_Click" CssClass="margin_right">
                    <Image ImageUrl="~/images/logout_v1_75x26.png" />
                     </telerik:RadButton><br />
                </div>
                <div class="float_right">
                    User: <asp:Label ID="lblUserName" runat="server" Text="" CssClass="margin_right"></asp:Label>
                </div>
                <div class="float_right">
                    <asp:Label ID="LblDept" runat="server" Text="Department:&nbsp;" CssClass="margin_right"></asp:Label>
                    <telerik:RadComboBox ID="RadCbBoxDepts" runat="server" AutoPostBack="true" OnSelectedIndexChanged="RadCbBoxDepts_SelectedIndexChanged1"  CssClass="margin_right">
                    </telerik:RadComboBox>
                </div>
            </div>

The problem is I do not see the buttons until i mouse over the area. Any Ideas what is going on?

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 23 Nov 2011, 02:58 PM
Hello Fred,

I tired to reproduce the described behavior, but to no avail. I have attached my test project, which is based on the provided code snippet. Please compare it with your actual project and verify if there are differences in the setup. You can find also a screen capture that displays the behavior of the RadButtons on my side.

I noticed that in the code sample you are using custom CSS classes that are not included. Please check if any of them is interfering with the default appearance of the RadButton controls.

Note that at the current state of affairs I am mostly guessing as to what your setup is and I am unable to reproduce the issue at hand. If you are still experiencing difficulties please try modifying the attached sample or prepare a small, runnable project that displays your issue so that we can examine it locally and provide a more to the point answer. I would suggest opening a support ticket in order to send the project.

Regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Button
Asked by
Fred
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or