※「ThemeRoller(For jQuery Mobile)tool」で作ったCSSファイルを設置するときの注意
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
↑
これを、下記のタグに変える。
↓
<link rel="stylesheet" type="text/css" href="css/themes/my-custom-theme.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile.structure-1.1.0.min.css" />
「css/themes/my-custom-theme.css」の部分は、「ThemeRoller (For jQuery Mobile) tool」で作ってダウンロードし、自分のサイト内に設置たCSSファイル。自分で設置したサイト内のパスに変更する。
※また、アイコンなどの画像が入ったimageフォルダを、テーマローラーで作ったCSSと同じディレクトリに入れる必要がある。
画像は、jQueryMobile のサイトからダウンロードできる。
http://jquerymobile.com/download/
↑このサイトから、全部のファイルがセットになっているZIPファイルをダウンロードし、その中のimages フォルダをテーマローラーで作ったCSSと同じディレクトリに入れる。