搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Menubar is displayed in wrong spot in Mozilla. It shows correctly in IE. www.barriersefeesten.nl

  • 4 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 mortelee

more options

When showing the website www.barriersefeesten.nl the menubar is shown in the middle of the website. In IE it is the correct place (top of page)

When showing the website www.barriersefeesten.nl the menubar is shown in the middle of the website. In IE it is the correct place (top of page)

所有回复 (4)

more options

Looks like a css problem..

I couldn't investigate the exact problem because I was unable to find your menubar in the source.

If I were you I would completely redo the website and get rid of the framesets..

more options

Ok thank you, only thing is that I have no idea how to remove the framesets. I was already happy that I could build this up. The menubar code I got from someone else...

Regards Marco

more options

Try to decrease the value of the top property a bit from 94px to 40px in the DIV with that menu

position: absolute; visibility: visible; background-color: rgb(255, 255, 255); width: 1018px; height: 24px; font-family: verdana,arial,times; font-weight: bold; font-style: italic; font-size: 8pt; z-index: 101; top: 40px; left: -147px;

more options

No luck, In IE the menu bar is shifted up, in mozilla nothing changed...