Queue background doesn't scroll

ssartell

07-11-2008 04:48:48

I'm not sure if this has been pointed out, but the standard skin seems to have a problem with the background image on the queue at least in firefox 3. When scrolling, the background stripes don't scroll with the text.

To fix this, go to the location where you installed Vibe Streamer. Open up skin/standard folder and then open player.vibe in a text editor. Then add the following somewhere within the style tags

[code2cyezzok]#playlistContentDiv table {
background-image:url(images/background-playlist.gif);
}
[/code2cyezzok]

Save it and it should work as prescribed.

ddindia

10-11-2008 04:37:09

That worked perfectly, thanks for the tip ssartell.