-1

I have searched, but cannot find a solution that works for me. For this site: http://kohvik.ut.ee I cannot get the z-index on the logo to work with Chrome. Firefox and IE8 can do this.

Any ideas are welcome.

Thanks in advance.

4

1 回答 1

1

我认为这应该有效:

jQuery("#main-menu").find("div").css("z-index")

奇怪的是,你在 'ul' 里面有 'div' 作为直接孩子,但没关系。这应该得到你的 z-index 属性。(我希望这就是您所说的徽标,如果那不是您的徽标,请告诉我您所说的徽标是指哪个元素)

编辑:

我已经找到了。尝试将z-index 设置为 1 到 id 为 'main-leftarea' 的元素。将其设置为 1。当我尝试直接在浏览器中更改它时,它对我有用。

于 2013-11-11T09:54:08.623 回答