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
What is going on with Ning? What Do We have to Look Forward To?
"Ning is based in California but operations are in Kyiv, Ukraine. Due to the war, operations may…"
I managed to add group video calling, if anyone is interested I will post the codes
"⚡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…"
I managed to add group video calling, if anyone is interested I will post the codes
"if you want I'll give you the codes privately and we'll see if the two of us can make it perfect"
For three days now, my networks, Ning 2.0 and Ning 3.0, are incorrectly visible
"Ug... thats not right.. ill send you my phone number in messages and we'll talk it over."
Help Help Help
" I just started a test network on Ning. I'm having the same problems there too! No photos, in…"
For three days now, my two networks, Ning 2.0 and Ning 3.0, have been displayed incorrectly, they…
I managed to add group video calling, if anyone is interested I will post the codes
"looks interesting"
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