СИТУАЦИЯ ТАКАЯ: ВОТ ГОТОВАЯ СТРАНИЦА. НО В ЗАВИСИМОСТИ ОТ РАЗРЕШЕНИЯ ЭКРАНА У РАЗНЫХ ЮЗЕРЕЙ ПОЛЗАЕТ ПО ВЕРТИКАЛИ МОЯ ТАБЛИЦА - КАРТИНКА. ПОДСКАЖИТЕ КАК ЕЁ ЗАКРЕПИТЬ МЕЖДУ ГОЛОВОЙ И ВВЕРХОМ ПРОХОДА. ЧТОБЫ НА РАЗНЫХ РАЗРЕШЕНИЯХ ОНА НЕ ПОЛЗАЛА ПО ЭКРАНУ ВВЕРХ ВНИЗ. СПАСИБО.
КОД СТРАНИЦЫ
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<style type="text/css">
<!--
body,td,th {
font-size: x-small;
}
body {
background-image: url(1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 100%;
}
-->
</style></head>
<body>
<DIV ALIGN="CENTER">
[img]logo picture.jpg[/img]
<map name="Map">
<area shape="rect" coords="300,100,100,100" href="1.jpg">
<area shape="rect" coords="0,0,70,71" href="portrait.htm">
<area shape="rect" coords="70,0,140,71" href="genre.htm">
<area shape="rect" coords="140,0,210,71" href="land.htm">
<area shape="rect" coords="1,71,71,143" href="creative.htm">
<area shape="rect" coords="70,143,140,71" href="other.htm">
<area shape="rect" coords="140,143,210,71" href="trash.htm">
</map>
</map>
</map>
</body>
</html>