А , точно еще clear:both надо
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>My menu</title>
<style>
div {
display: inline-block;
border: 1px solid black;
background-color: #999;
float: left;
clear:both;
}
</style>
</head>
<body>
<div style="padding: 55px" id="looongCat" >sdffdsfds </div>
<div> dsdsds </div>
<div> dsdsds </div>
<div> dsdsds </div>
<div> dsdsds </div>
</body>
</html>
Сообщение от PashPP
|
Но он же должен выводить ПОСЛЕ блока нашего, вроде, а не в нем/
|
The ':before' and ':after' pseudo-elements can be used to insert generated content before or after an element's content - то есть после содержимого элемента(в конце)
я сам путался, потому что во многих учебниках пишут, что после элемента