Как привязать рисунок в Css чтоб он не плавал ?
Добавлено: 2013-02-13 0:11:08
Вот код
Это код обычной рамки !! И в завмсимости от размера манитора изображение плавает (смещается)
Как от этого избавиться ?
Код: Выделить всё
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>?????????? ????????</title>
<meta name="generator" content="">
<style type="text/css">
body
{
background-color: #FFFFFF;
color: #000000;
}
</style>
</head>
<body>
<div id="wb_Shape1" style="margin:0;padding:0;position:absolute;left:21px;top:19px;width:1200px;height:511px;text-align:center;z-index:0;">
<img src="images/img0001.gif" id="Shape1" alt="" title="" style="border-width:0;width:1200px;height:511px"></div>
</body>
</html>
Как от этого избавиться ?