A few weeks ago I added a suckerfish (css + javascript for IE based) menu to my webpage. It happens to be a rather long list that can extend out of the screen's height. This is no problem as horizontal scrolling will get you there.
The only problem happens when the browser is out of focus. The hover still gets triggered, but the scroll doesn't work. I can't go and ask the user to first give the browser focus off course, so is there a way to solve this issue?
--Edit--
It is not my intention to steal focus. I was more thinking in the line of not enabling the hover when focus is lost.
Furthermore, I don't see how I could make a list of languages to translate the site in shorter. The problem is that the website should be viewable starting 800x600.