Jump to content
  • 0

Объясните на пальцах про позиционирование


zhuravlik
 Share

Question

Здравствуйте. Зачитал до дыр про позиционирование, но все-равно туплю. Вот у меня код:

<div id = "found">

<div id = "Left">

<div>

<div id = "Right">

<div id = "Right_l">

<div>

<div id = "Right_r">

<div>

<div>

<div>

CSS:

#found {

height:600px;

width:800px;

}

#Left{

width:250px;

display:block;

position:relative;

}

#Right{

width:550px;

display:block;

position:relative;

float:left;

}

Надо, чтобы было так : [блок Left] [блок Right_l] [блок Right_r]

То есть блок Right содержит в себе еще два блока, которые позиционируются В НЕМ. Не могу понять как это сделать...

Получается сейчас так: [блок Left][ПУСТО ] [ПУСТО ]

_______________________[ПУСТО ][блок Right_l] [блок Right_r]

Edited by zhuravlik
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Во-первых, где закрывающие теги? Во-вторых, position:relative не нужен в этом случае. В третьих, float:right; для правой колонки, а в ней размещайте что угодно. В четвертых: чтобы блок left был слева, а не сверху, его нужно переместить в разметке после правого блока либо присвоить float:left.

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