Hy,
Wenn du das nicht mit position:absolute machst sollte das gehen.
Du musst für den Body folgendes festlegen:
<style type="text/css">
body { margin:0; padding:0; }
</style>
und dann das Bild:
<img src='...' width='100%' />
Hy,
Wenn du das nicht mit position:absolute machst sollte das gehen.
Du musst für den Body folgendes festlegen:
<style type="text/css">
body { margin:0; padding:0; }
</style>
und dann das Bild:
<img src='...' width='100%' />