Hello
I made a minor change in my menu (theme MyClean): I replaced the underlined text effect when the mouse hovers on it, by a window with a different tone.
This is the original code:
and was replaced by this:
I have the desired effect, but I have a little problem with this. Now when the mouse hovers some menu, that menu and all of them beside the right, are displaced to the right:
The same effect applies to the far right menu 'Close session', but this menu displaces to the left.
Could someone please help me with this? What do I have to change?
Thanks in advance
I made a minor change in my menu (theme MyClean): I replaced the underlined text effect when the mouse hovers on it, by a window with a different tone.
This is the original code:
div#cabecera ul#menu li a:hover,
div#cabecera ul#menu li a:active {
text-decoration: underline;
and was replaced by this:
div#cabecera ul#menu li a:hover {
background: #00548d url(images/mycleanorange/tcat_bg_hover.png) repeat-x;
padding: 7px 5px;
}
I have the desired effect, but I have a little problem with this. Now when the mouse hovers some menu, that menu and all of them beside the right, are displaced to the right:
The same effect applies to the far right menu 'Close session', but this menu displaces to the left.
Could someone please help me with this? What do I have to change?
Thanks in advance