Показать сообщение отдельно
  #5 (permalink)  
Старый 23.07.2010, 14:47
Аватар для Gvozd
Матрос
Отправить личное сообщение для Gvozd Посмотреть профиль Найти все сообщения от Gvozd
 
Регистрация: 04.04.2008
Сообщений: 6,246

<html>
<head>
<style>
img, div {
position: absolute;
}
</style>
</head>
<body>
<img src="http://ya.ru/logo.png" style="left:0px;top:0px;" />
<div style="background-color:green;left:10px;top:10px;height:50px;width:50px;">
</div>
<div style="overflow:hidden;left:15px;top:15px;height:20px;width:20px;">
<img src="http://ya.ru/logo.png" style="position:absolute;left:-15px;top:-15px;" />
</div>

</body>
</html>
Ответить с цитированием