css - Overriding Jquery Mobile styles -
im working on small mobile splash ive imported jquery , trying change css. change isnt changing styles. js files loaded web while im putting new styles inline. im using !important declaration still nothing changing. because time loads in browser overriding local css? background of header , footer black , use "data-role=header" chaging style getting changes in dreamweaver when load not there when loads online files replaces code. anyway override display inline css? great.
we can override jqm styles following cascading order while including css files in page. jquery mobile should included after have keep style sheet.
to check whether modified styles getting applied or not using firebug or developer toolbar in chrome.
please refer below link know how override customizes themes in jquery mobile: http://jquerymobile.com/demos/1.0rc2/docs/api/themes.html
Comments
Post a Comment