bump???
bump???
bump???
First thing I'd try is having more messages. Or reduce the height of the scroller:
That worked out well in a local mock up.Code:div#mysagscroller{ width: 200px; /*width of scroller*/height: 110px;background: #fff; }
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I found a CSS fix for it:
On the last <li> add a height to it. That way it won't show for a certain height and if they try to scroll they wont see it again unless they keep clicking.
So as an example it would be <li style="height:600px;"></li>
It worked for me,
Good luck
Bookmarks