Domanda

This bug happens only in Opera and in the newest, as well as older, versions. Would appreciate some sort of workaround it.

To reproduce

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

  2. Hover over the "Categories" button on the top left of the screen. The menu pops up well

  3. See the "leftovers" from the bottom of the menu (as in attached picture). See the "leftovers" from the menu

This does NOT happen on IE/Chrome/FireFox.

Any ideas?

È stato utile?

Soluzione

You can try this to resolve this problem...

Add the below css:

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

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

It works perfectly in all browsers including Opera.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top