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
Cant figure out how to add playlists. All my loaded songs are in the same list and I don't see an …
We’ve expanded Group Admin capabilities with a new permission: Delete Comments
Where to find it…
"Ning is based in California but operations are in Kyiv, Ukraine. Due to the war, operations may…"
"⚡JFarrow⌁
I'm working on the stories and I don't have time to work on the video call you just…"
I'm working on the stories and I don't have time to work on the video call you just…"
"if you want I'll give you the codes privately and we'll see if the two of us can make it perfect"
"Ug... thats not right.. ill send you my phone number in messages and we'll talk it over."
" I just started a test network on Ning. I'm having the same problems there too! No photos, in…"
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