搜索 | 用户支持

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

Learn More

With website www.wec-nederland.org the left side menu, when I choose "Wie zijn wij?" the menu tab WEC shop and following act strange. With Internet explorer and

  • 4 个回答
  • 1 人有此问题
  • 9 次查看
  • 最后回复者为 cor-el

more options

The menu tabs WEC shop and Waar werken wij appear in the middle colom text.

The menu tabs WEC shop and Waar werken wij appear in the middle colom text.

所有回复 (4)

more options

Hi,

Please check if this happens in a new profile. If the new profile is okay, you can then Reset Firefox on the old (previous) profile via Help (Alt + H) > Troubleshooting Information.

more options

Looks like a problem with floating content and a missing clear rule.

Something like this seems to work.

UL.menu > LI { clear:both; }
more options

where should i add it.

more options

If you have access to the template_css.css file then you can add that rule to that file.

ul {
  float            : left;
  margin           : 2px;
  list-style       : none;
}
li {
  padding-left     : 0px;
  padding-top      : 0px;
  line-height      : 25px;
  border-left      : 5px solid #fff;
  clear            : both;
}