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
In November we began to notice Chat "freezing up" and when we would refresh the page, it would…
UpdateMerry ChristmasToday I woke up totally frustrated and determined to do something.At the end…
"Update
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
"What I meant to say, if I could spell:
I've attempted to create a landing page and have't had much…"
I've attempted to create a landing page and have't had much…"
I've attempted to crate a landing page and have't had much success. I'd rather have one on my…
"I am not a techie, I don't understand the first thing about it, but have a HUGE problem with Ning…"
Replies
What's wrong with the scrollbar ?
i need to add to my player ... i need you for that
I 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