This is how my code looks:
'.topmenu li:hover a,
.topmenu .current-menu-item a,
.topmenu .current-menu-parent a,
.topmenu .current-menu-ancestor a
{
background: url(images/topm_bg_left.png) top left no-repeat;
}
.topmenu li:hover a span,
.topmenu .current-menu-item a span,
.topmenu .current-menu-parent a span,
.topmenu .current-menu-ancestor a span
{
background:url(images/topm_bg_right.png) top right no-repeat;
}
.topmenu li.parent:hover a {
background:url(images/topm_bg2_left.png) top left no-repeat}
.topmenu li.parent:hover a span {
background:url(images/topm_bg2_right.png) top right no-repeat}'
Changing from top right and top left to top -15px didn't do much
Add Reply
You must log in to post.