Сообщение от imediasun1
|
что делать?
|
Перестать говнокодить.
<!DOCTYPE html>
<html>
<head>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
#content_container{
position:relative;
width:645px;
height:auto;
overflow: hidden;
border: 1px solid green;
}
.child_container{
position:relative;
display:inline-block;
margin:20px;
width:250px;
height:432px;
cursor:pointer;
float:left;
border: 1px solid red;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div id="content_container">
<div class="child_container">
Служба Яндекс.Рефераты предназначена для студентов
и школьников, дизайнеров и журналистов, создателей
научных заявок и отчетов — для всех, кто относится
к тексту, как к количеству знаков.
</div>
</div>
</body>
</html>