下拉菜单显示在7和8的徽标后面

时间:2013-07-16 13:15:49

标签: drop-down-menu internet-explorer-8 internet-explorer-7

我的下拉菜单(http://tornaia.com)显示在徽标后面,即7和ie 8(不在firefox中,即9或chrome)。

屏幕截图ie7:(http://tornaia.com/wp-content/uploads/2013/07/Logo_menu_ie.jpg

firefox中的屏幕截图,它应该是什么样的:(http://tornaia.com/wp-content/uploads/2013/07/Logo_menu_firefox.jpg

我已经读过这可能是由z值引起的,但我不太确定如何或在何处更改它们。我最好的猜测是在headere.php :( http://pastebin.com/rTxzSNFx)或methods.php :( http://pastebin.com/tpD6MFuM)。

任何可以帮助我的人?谢谢!

1 个答案:

答案 0 :(得分:1)

为您的徽标提供的z指数小于您所拥有的UL,我相信这看起来像99。 这是你现在拥有的

.logo-image {
  position: relative;
}

.logo-image {
  position: relative;
  z-index: -1;
}

您需要参考以进行编辑的文件可以在http://tornaia.com/wp-content/themes/rumput-hijau/style.css

找到