Im writing an HTML5 app fro Android using PhoneGap
This project loads dynamically the apges, so when I have the title in header, the title gets trimmed to fit the device's width. Ive read other solution by inserting tag inside a div and also the style="white-space: normal" but I want to achieve another effect.
I want the title to scroll to the left, as Ive seen in title bars, like this example: http://academyoftumblr.tumblr.com/post/10896016175/typing-moving-title-bar
Is there a way to achieve that effect in a h1 tag? Im using JqMobile btw
Thank you