jQuery Mobileテーマローラー(http://jquerymobile.com/themeroller/?ver=1.1.1&style_id=20120909-36)を使用して作成した見本があります。テーマローラーでは次のようになります。
...しかし、指示どおりにダウンロードしてインストールすると、次のようになります。
<head>
次のように、ページのセクションの指示に従ってテーマをインストールしました。
<link rel="stylesheet" href="http://localhost/Bon%20Cuisson/project-files/bin-debug/system/stylesheets/bc-swatch-mobile.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile.structure-1.1.1.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
直接コピーアンドペーストしただけなのに、CSSが壊れているように見える理由を誰かに教えてもらえますか?
お時間をいただきありがとうございます。