separate player in gui

Posted:
Tue Apr 14, 2009 5:00 pm
by mason
just another thing whats popping in my mind.
it would be nice to separate the player from the playlist, mostly my playlists get hughe .. and when i scroll trough it the playercontrols scrolling out of the viewable area.
just a thought...
mason

Posted:
Thu Apr 16, 2009 6:51 am
by jarim
One support vote for this from me as well. Was going to start new topic but mason seem to have similar thoughts.
My first post at the same time. Great program!

Posted:
Thu Apr 16, 2009 5:33 pm
by aphuey
Ditto! Would this just be a matter of adding another small frame to hold the player in place?

Posted:
Thu Apr 16, 2009 6:26 pm
by sindre_mehus
The best solution would probably be to use some CSS styling (position:fixed or something) to make that happen.
I've actually tried to do that a long time ago, but couldn't make it work properly in all browsers. However, I'll have another look at it, or better yet: if there are any CSS gurus out there that can help out?
Thanks,
Sindre

Posted:
Thu Apr 16, 2009 7:02 pm
by sindre_mehus
Actually, putting the player in a div like this seems to work:
- Code: Select all
<div class="bgcolor2" style="position:fixed; top:0; width:100%">
Unless I find some negative side-effects, I'll include this in the 3.7 release.
Thanks,
Sindre
Making IE 5.5+ use position: fixed;

Posted:
Thu Apr 16, 2009 9:33 pm
by cyclopes