I have a problem with the Menu "CSS style for the link!"
I have a set menu "image link" and the "mouseover" to get a frame that Menubild.
But it does not work! What am I doing wrong?
Here is the code, because I have added in template.css and I give the menu CSS-Style: menu-item
- Code: Select all
.menu-item img {
border: 1px solid #FFFFFF;
}
.menu-item img:hover {
border: 1px solid #000000;
}
.active .menu-item {
border: 1px solid #000000;
}
Thanks for any help!
Sakari