I have a listview with some long title which automatically is hidden on small screen display and post fixed with ...I am not sure if it is possible to make these long title of descriptions to scroll if whole title doesnt show up on the screen. Example on jsFiddle\[code\]<div data-role="page" id="MessagesPage"> <div data-role="header"> <a href="http://stackoverflow.com/questions/15676121/#HomePage" data-icon="home" data-direction="reverse">Home</a> <h1 id="ScheduleDayText">Messages</h1> </div> <div data-role="content"> <ul data-role="listview" id="MessagesList" data-autodividers="false"> <li date="2013-03-20"><a href="http://stackoverflow.com/questions/15676121/#">Event 1 With take every second Saturday of each month</a></li> <li date="2013-03-20"><a href="http://stackoverflow.com/questions/15676121/#">Event 2 With take every second Thrusday of each month</a></li> <li date="2013-03-19"><a href="http://stackoverflow.com/questions/15676121/#">Event 3</a></li> </ul> </div></div>\[/code\]Can we make title to scroll to left or right on mouse hover so that user can read the title before they click on the link or button.