Opera-only bug: CSS hover menus leftover repaint bug - workaround? -


This bug is only in Opera and the latest, as well as in the old, versions.

  • "Any kind of solution can be appreciated."

  • Categories "button at the top left of the screen.

  • from the bottom of the "left" view menu (in enclosed image)

  • It does not happen on IE / Chrome / Firefox.

    Any ideas?

    You can try to solve this problem ...

    Add CSS below:

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

    This works perfectly in all browsers including Opera .


    Comments