Wordpress - 主页菜单导航无法正常工作的图像href

时间:2014-02-15 12:36:33

标签: php html css wordpress

我有image linked to a li element的{​​{1}}。

一切正常,但当我将鼠标悬停在图像上时,它还会在列表中显示一个菜单元素。

  

如何在链接到图像时隐藏它?

这是php的代码(来自nav-menu-template.php):

navbar in wordpress

我附上一张图片来展示它在做什么: enter image description here

提前致谢

1 个答案:

答案 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;