How to change the hover colour in drop downlist of select box in jsp The default colour is blue how to make as user prefered colour ?
Asked
Active
Viewed 60 times
0
-
show your code please – לבני מלכה Nov 15 '18 at 06:44
-
add some example or visual aid which explain what exactly you want to achieve – Sanira Nimantha Nov 15 '18 at 06:53
-
– jiju--BaD DeVeLoPer Nov 15 '18 at 07:02
-
its a simple html select tag ,just want to change the hover colour in drop downlist to other right now its blue – jiju--BaD DeVeLoPer Nov 15 '18 at 07:03
-
Image added click the image reference link @Sanira – jiju--BaD DeVeLoPer Nov 15 '18 at 07:25
-
Possible duplicate of [How to change colour of blue highlight on select box dropdown](https://stackoverflow.com/questions/19388011/how-to-change-colour-of-blue-highlight-on-select-box-dropdown) – McVenco Nov 15 '18 at 08:05
-
Sorry those links never help me – jiju--BaD DeVeLoPer Nov 15 '18 at 08:19
-
@ jiju--BaD DeVeLoPer do you want it to be `select` tage? you can not achieve what you've trying to do with CSS. but you can achieve the same effects by using `ul` `li` tags. – Sanira Nimantha Nov 15 '18 at 09:13