html - jQueryMobile - form styling (drop down icon) -


i'm developing mobile version of website (this mobile version: http://web.n8geeks.com/recherche.html) , cannot seem default jquerymobile form stylings applied form. i'm not sure i'm doing wrong, i'm doing wrong style classes not being applied form elements.

the forms should resemble forms seen here; http://jquerymobile.com/themeroller/ can see, not.

at moment have custom styles form elements, fine, until discovered difficulty in changing default browser-specific drop down icon. either need a) use jquerymobile styles form(s) or b) figure out how change drop-down icons different icon using html/css.

so if can me either change drop-down form icon or jquerymobile forms working i'd appreciate it.

for standard jquery mobile form styling, make sure you're including jqm css file, eg:

<link href="content/jquery.mobile-1.2.0.min.css" rel="stylesheet" type="text/css" />

and make sure you're not including css file after jqm css file that's overwriting standard jqm stuff. if so, try moving custom css include above standard jqm css include.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -