我有一个图像链接到wordpress导航栏中的li元素。
一切正常,但当我将鼠标悬停在图像上时,它也会在列表中显示一个菜单元素悬停。
当它链接到图像时,我如何隐藏它?
这是用于此的php代码(来自nav menu template.php):
if( $args->theme_location == \'primary\' )
return "<li id=\'menu-item-1000\' class=\'menu-item menu-item-type-post_type menu-item-object-page menu-item-1000\'><a class=\'logo\' href=\'http://razvanwork.esy.es/exelo\'><img style=\'position:absolute;top:-20px;left:-125px;z-index:200;max-width: 402%; \' src=\'http://razvanwork.esy.es/exelo/wp-content/uploads/2014/02/LogoPrelucrat.png\' alt=\'Exelo\' ></a></li>".$items;
我附加一个图像来显示它正在做什么: