私のサイトが工事中であることを知らせるために画像を入れました。デスクトップでアクセスしたときに元のサイズを維持する 800x600 の画像です。ページにあるのはこれだけです。
携帯電話からアクセスしたときに画面全体に収まるようにしたい。どのように?
<style type="text/css">
body { background-color: #6BC5C5; }
</style>
<title>Size is being moved to another server</title>
<div style="margin: 0; padding: 0; left: 0; top: 0; border: 0; position: absolute;">
<img src="movedatacenter.jpg" alt="Under Maintenance" width="595" height="1021" align="left"></div>