You need to be a member of Ning Creators Social Network to add comments!
This reply was deleted.
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Latest Activity
"Man I'd love the help I was about just start a new network"
"I can fix that... ill send you my contact info. no problem"
"I can fix that... ill send you my contact info. no problem"
"Changed my design and now my logo overlap my new background header with no option to remove it.…"
"Because Ning is a terribly ran business with lack of upgrades and becoming obsolete "
"It might be transferred, but finding it and setting it up in a usable format is virtually…"
Its been a few years since we have collaborated on a Community Share Post. I would like to know…
Replies
What's wrong with the scrollbar ?

i need to add to my player ... i need you for thatI can't put the scrollbar in the player
To have a scrollbar show up you need to set a max height to the playlist and then set the overflow-y to auto then one will show up. If the list is shorter than the maximum height then a scrollbar will not show up as not needed. Add this to your css and you will set how it works.
#playlist{ max-height: 400px; overflow-y: auto; }
you are a genius, i knew i could count on you ... thank you very much dear friend