そのため、jQuery MobileサイトでTFLウィジェットを使用しようとしていますが、それはごくわずかです。CSSで高さと幅を設定してみましたが、うまくいきません。ページ全体をカバーしたいのですが。また、TFL Webサイトで、固定幅と可変幅の両方のバージョンを使用してみましたが、どちらも正しく機能していません。
これに関するどんな助けも本当にありがたいです。
どうもありがとうございます。
申し訳ありませんが、フォーマットがめちゃくちゃになっています。これが私のコードです:
<html>
<head>
<title></title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"> </script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div>
<div data-role="content">
<div class="tflwidget">
<script language="JavaScript" src="http://www.tfl.gov.uk/tfl/syndication/widgets/serviceboard/embeddable/serviceboard-iframe-stretchy.js"></script></div>
</div>
<div data-role="footer" style="position:absolute; bottom: 0; left:0; right:0">
<h4>Footer</h4>
</div>
</div>
</body>
</html>