I have been playing a little bit with the basic.css and I found out a problem.
I wanted to change the default background color of the submenu to a blue one and I did it by changing this code:
The problem is that, when I hover the mouse over, it changes to a light green color and then to a dark green color after I take my mouse away from it and it stays that way.
How can I fix it?
I'll post my basic.css here
Up.
I wanted to change the default background color of the submenu to a blue one and I did it by changing this code:
CSS:
.Submenu {
position: relative;
margin-left: 5px;
margin-right: 5px;
background-color: #0b1b33;
width: 160px;
}
The problem is that, when I hover the mouse over, it changes to a light green color and then to a dark green color after I take my mouse away from it and it stays that way.
How can I fix it?
I'll post my basic.css here
Up.
Attachments
-
basic_d.rar6.2 KB · Views: 1 · VirusTotal
Last edited by a moderator: