Показать сообщение отдельно
  #7 (permalink)  
Старый 25.12.2012, 22:27
Профессор
Отправить личное сообщение для PashPP Посмотреть профиль Найти все сообщения от PashPP
 
Регистрация: 26.07.2012
Сообщений: 281

Deff,
Deff,
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<style>
#one {
  position: relative;
  width: 500px;
  height: 900px;
  background-color: silver;
}
#two {
  width: 400px;
  height: 300px;
  margin-bottom: 100px;
  position: relative;

  background-color: red;
  padding: 25px;

}
.three {
  float: left;
  width: 190px;
  height: 200px;
  background-color: white;
  border: 1px solid black;
}

.fo {
  position: absolute;
  top:200px;
  width: 390px;
  height: 200px;
  background-color: green;
  border:1px solid gray;
}

</style>
</head>
<body>
<style>

</style>
<body>
<div id='one'> я one
<div id='two'> я two
<div class='three'>Я .three<div class='fo'>Я .fo На самом деле нас тут двое, но один спрятался за моей спиной. Но общая картинка должна быть такая</div></div>
<div class='three'></div>
</div>

<div id='two'>
<div class='three'><div class='fo'>Я .fo .На самом деле нас тут двое, но один спрятался за моей спиной</div></div>
<div class='three'></div>
</div>

</div>
</body>

</body>
</html>

Последний раз редактировалось PashPP, 25.12.2012 в 22:30.
Ответить с цитированием