我有image linked to a li element
的{{1}}。
一切正常,但当我将鼠标悬停在图像上时,它还会在列表中显示一个菜单元素。
如何在链接到图像时隐藏它?
这是php的代码(来自nav-menu-template.php):
navbar in wordpress
我附上一张图片来展示它在做什么:
提前致谢
答案 0 :(得分:0)
我自己设法做到了,这很简单。我在href上放了一些文字,所以它按照导航栏菜单排列。之后,我将位置相对于一个href并将其向左浮动,这样我就可以将图像置于绝对位置的顶部。
这是代码:
$args->theme_location == 'primary' )
return "<li id='custom-menu-item' class='logo-menu-item'><a style='position:relative;left:-68px' class='logo' href='http://razvanwork.esy.es/exelo'>a<img style='position:absolute;top:-22px;left:-81px;z-index:200;max-width: 402%;' src='http://razvanwork.esy.es/exelo/wp-content/uploads/2014/02/LogoPrelucrat.png' alt='Exelo' ></a></li>".$items;