Владимир Смирнов
Знаток
(260)
13 лет назад
Вам поможет ресет, погуглите, а в часности вам нужно обнулить теги хтмл и боди
HaredimМастер (2071)
13 лет назад
<html>
<head>
<title>Firstpage</title>
<link>
</head>
<body>
</body>
</html>
css:
#background {
height: 100%;
width: 100%;
position: relative;
marging: 0;
padding: 0;
overflow: auto;
background: url(background.jpg) 50% 0 no-repeat;
background-position:center;
}
#russian a {
position:absolute;
background-image: url(rus.png);
width: 146px;
height: 62px;
top:250px;
left:150px;
}
#english a {
position:absolute;
background-image: url(eng.png);
width: 129px;
height: 62px;
top:250px;
right:150px;
}
Увеличить