Please resize the browser until it's very very small (like iPhone small)
Then you will see that the menu changes from horizontal to vertical
I want to change the background to blue when an item is selected.
This does not work. Does anyone have any idea??
These CSS lines SHOULD do the trick, but they don't work:
.menu ul li:hover, .menu ul li:active{ background: #007cb5; } .menu ul li:hover a, .menu ul li:active a{ color: #fff; }
Unable to replicate
Tested in Firefox. Is this occurring in a particular browser or phone? Have you cleared cache?
cheers,
gary
Working fine for me as well
Working fine for me as well in Chrome.
active and focus
hi the active menu hover and focus functions are mostly used in a:hover; is working but your website not working used ti a.hover functions are already used this function again used to !important from this css,.
active and focus
hi the active menu hover and focus functions are mostly used in a:hover; is working but your website not working used ti a.hover functions are already used this function again used to !important from this css,.