Jump to content
  • 0

div 3 колонки


olejan
 Share

Question

НЕобходимо,чтобы три блока внутри другого блока находились на одной высоте прижатые друг к другу,но 3й блок уходит вниз. Как исправить, потому что не могу понять что делаю не так

Код CSS

div#header {

background: grey;

border: yellow 3px ridge;

width: 888px;

min-width: 200px;

}

div#logo{

background: red;

border: green 2px ridge;

width: 363px;

height: 140px;

float: left;

}

div#menu{

background: darkblue;

border: black 2px ridge;

width: 150px;

height: 169px;

margin-left: 367px;

margin-right: 367px;

}

div#picture{

background: top yellow;

border: darkgreen 2px ridge;

width: 363px;

height: 169px;

float: right;

}

Код html

<!--

To change this template, choose Tools | Templates

and open the template in the editor.

-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>LugOS - интернет магазин</title>

<link rel="Stylesheet" type="text/css" href="style.css"/>

<link href="style.css" type="text/css" rel="stylesheet" >

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

</head>

<body>

<div id="header">

<div id="logo">Логотип</div>

<div id="menu">Меню</div>

<div id="picture">Рисунок по теме сайта</div>

</div>

</body>

</html>

Edited by olejan
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Не понял вопроса.

Сейчас попробую объяснить что я имел ввиду.

Как себе представляю формирование элементов на странице когда идет их "сборка" для отображение (в частности для элементов со свойством float)

В родительском контейнере из нижнего левого угла вверх до упора (до элемента с свойством float или атрибутом relative, если их нет - до верха родительского элемента) и потом влево (условия те же). Если по пути встречается элемент об который размещаемый блок "спотыкается" он останавливается там, где "споткнулся".

В голове себе это представляю, как объяснить - не очень =)

Где вообще можно почитать про "поток"? Чтобы меньше задавать вопросов? :devil:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy