it can replace scrollText with image?
Closed this issue · 2 comments
hugcoday commented
it can replace scrollText with image?
markgoodyear commented
Sure! This isn't implemented into the plugin directly, but a way to do it is in the CSS using image replacement techniques, for example:
#scrollUp {
text-indent: -9999px;
white-space: nowrap;
/* rest of styles here */
}
More image replacement techniques are: http://css-tricks.com/css-image-replacement/
I'm considering adding this feature in the plugin itself you so can define it in the options. Let me know how you get on.
Mark
markgoodyear commented
Adding an image instead of text is to come in version 1.1, scheduled to be released this week.