without jq it works
http://jsfiddle.net/AaT9b/17/
and with it doesn’t
http://jsfiddle.net/AaT9b/16/
can this only be changed by adding a new theme with themeroller ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jquery.mobile-1.0.1.min.css CSS includes this:
That is over writing your inline css.
So if you give you inline style higher importance, it will work:
See – http://jsfiddle.net/AaT9b/19/