ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

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)

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.

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

Something like this seems to work.

UL.menu > LI { clear:both; }

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;
}