Jump to content
  • 0

Как сделать 2-колоночный резиновый контент?


walaby
 Share

Question

Здравствуйте!

хочу сделать div content резиновым, а сайдбар фиксированным, но в этом div content в две колонки помещаю div'ы, но при сильном сжатии (явно больше указанных 200px) эти дивы уезжают друг под друга. Чтобы они ровно вставали сделал div'ы SubContent1,2. Вроде зафиксировал все координаты, но не получается... Что можете посоветовать?

Или это надо делать таблицами =( ?

vopros.JPG

CSS:

#Content{
float:left;
width:100%;
min-width: 200px;
margin-right: -250px; /*сайдбар там*/
}

#SubContent1 {
float:left;
width: 96%;
padding: 20px 1% 20px 0;
max-height: 400px;
}

#SubContent2 {
float:left;
width: 96%;
padding: 20px 1% 20px 0;
max-height: 400px;
}

#DIV1 {

float: left;
min-width: 100px;
width: 48%;

padding: 5px;
margin-left: 5px;
}

#DIV2 {

float: left;
min-width: 100px;
width: 48%;

padding: 5px;
margin-left: 5px;
}

#DIV3 {

float: left;
min-width: 100px;
width: 48%;

padding: 5px;
margin-left: 5px;
}

#DIV4 {

float: left;
min-width: 100px;
width: 48%;

padding: 5px;
margin-left: 5px;
}

Заранее благодарен!:)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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