An error only for Opera: CSS hang-up of the rest of the repainting menu - a workaround?

This error occurs only in Opera and in the latest as well as older versions. I would like some kind of workaround.

Play

  • Go to http://colnect.com/en/forum/index!

  • Hover over the Categories button in the upper left corner of the screen. The menu pops up well

  • See “leftovers” at the bottom of the menu (as in the attached figure). See the "leftovers" from the menu

This does NOT happen in IE / Chrome / FireFox.

Any ideas?

+3
source share
1 answer

You can try this to solve this problem ...

Add below css:

ul#top li#categories{position:relative;}

ul#top li ul{top:20px;}

It works great in all browsers, including Opera.

+2
source

All Articles