Page 1 of 1

separate player in gui

PostPosted: 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

PostPosted: 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!

PostPosted: 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?

PostPosted: 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

PostPosted: 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;

PostPosted: Thu Apr 16, 2009 9:33 pm
by cyclopes
Making IE 5.5+ use position: fixed;

http://www.howtocreate.co.uk/fixedPosition.html

:wink: :wink: