asp.net button hover not working

gaskamsa

New Member
This is the code and css i have checked several links and followed accordingly but i still get the problem. Kindly explain.\[code\]<asp:Button ID="Button1" runat="server" BackColor="#93C323" Font-Names="Segoe UI Light" Font-Size="X-Large" ForeColor="White" Height="41px" style="margin-left: 144px" Text="+ Add" Width="121px" />.button:hover{ background:#DBDBDB;}\[/code\]
 
Back
Top