문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top