3
Answers

How to chnage the Button background color on Mouse Down and Focus

Suneel Kumar

Suneel Kumar

17y
8.5k
1

I want to chnage the button colors OnFocus, OnHover and OnMouseDown.

How can i do this?

I am usnig the style sheet

.defaultButton:hover

{

border-color:#009dff;

}

.defaultButton:focus

{

border-color:#0000ff;

}

The button color is changing only OnHover but not on focus. But dont know how to change the color of the button OnMouseDown.

I am new to ASP .NET programming. Could you guys help me out?

Answers (3)
0
Koteswararao Mallisetti
NA 1.1k 468.9k 13y
thank you for your suggestion
0
Suthish Nair
NA 31.7k 4.6m 13y
Every Third party controls have there own css or themes defined. Its an RnD stuff, you need to work on it.