Можно ли обойтись без Js?
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>test</title>
<style>
#shnur2{
position: absolute;
width: 586px;
height: 269px;
background: url(img/shnur.gif);
}
#mag{
width: 400px;
position: absolute;
left: 46%;
top:50px;
}
#mag img{
position: relative;
top:2px;
}
#shteker{
/*????*/
}
#shteker img{
/*????*/
}
</style>
</head>
<body >
<div id = "shnur2">
</div>
<div id = "shteker">
<img src="img/shteker3.gif" alt="" />
</div>
<div id = "mag">
<img src="img/mag.gif" alt="" />
</div>
</body>
</html>