Fix the New Grooveshark in Opera (UPDATE)
UPDATE 2: Grooveshark have revamped their interface and it looks like they considered Opera this time. It works like a charm on Opera 11.52.
UPDATE: I'm having no problems whatsoever with Opera 11.10 and Grooveshark!
And the new Opera version is pure awesome!
(original article follows)
Grooveshark have launched a new version of their website and it no longer requires Flash.
It's all HTML5 and it looks awesome!
However, there is a small issue with running the website in Opera. The player scrolls up and down when it should stay fixed.
In their defence, they did say that the site is not yet compatible with Opera yet. But I didn't believe them and provided them with a fix for the issue.
The solution is to slightly modify the CSS declaration for body by adding a position: relative; to the properties. This small fix resolves the scrolling issue.
I've already submitted the fix to Grooveshark, but have yet to hear back from them.
In the meantime, you can add a small site specific user CSS file for listen.grooveshark.com and add this in it:
body{
position: relative;
}
}
Enjoy the all-new Grooveshark!


