|
14.12.2011, 18:54 Вверх | #2 | |||
Пользователь
|
<html>
<head> <style type="text/css"> html, body { margin: 0px; height: 100%; } #background { position: absolute; width: 100%; height: 100%; } #body { position: absolute; width: 100%; height: 100%; z-index: 1; } </style> </head> <body> <img id="background" src="my_background.gif" /> <div id="body"> Здесь содержимое страницы </div> </body> </html> нашел |
|||