travisbrandon 0 Report post Posted April 16, 2011 is it possible to scroll the feature text while displaying a stationary image which does not move or change when the text transitions? Share this post Link to post Share on other sites
kastelic 6 Report post Posted April 16, 2011 Put this in your Custom Code -> Custom CSS box: #feature_slider .text-right .fexcerpt, #feature_slider .text-left .fexcerpt { height: 150px; overflow: auto; width: 270px; } You don't need the width, it just looks nicer and you may need to adjust it or the height. Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 17, 2011 Would you please provide an address to a live example of this? I am interested in understanding this better and I had trouble replicating it. Share this post Link to post Share on other sites