Search code examples
htmlcssvalidationjquery-mobilestylesheet

Jquery mobile error styling issue


I am using jquery mobile exact folloiwng example: http://www.raymondcamden.com/demos/2012/jul/30/round3/register.html

if you run this in a desktop browser or wide screen it displays empty field validation error that has wrong styling in case of textfields except dropdown.

any one guide me how to fix this issue? in short i want to display error below each field either it is small screen or wider one.(see attached screenshot)enter image description here

any help would be appreciated.


Solution

  • I ended up this issue by finding another two very good tutorials:

    http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery-mobile-forms/ http://leepowers.net/files/jqmv/examples/after.html

    that are easily modifiable through css and jquery.

    might help someone.