Jump to content
  • 0

Как можно изменять ширину слоя для разных страниц?


comsequent
 Share

Question

Есть несколько страниц. Необходимо изменять ширину cont_col0, cont_col1, cont_col2 от странице к странице.

<div id="content_top"></div>
<div id="content">
<div id="cont_col0">колонка 0</div>
<div id="cont_col1">колонка 1</div>
<div id="cont_col2">колонка 2</div>
</div>
<div id="content_bottom"></div>


#all_content{width: 1000px; margin-left: auto; margin-right: auto; margin-top:8px;}

#content_top{height: 10px;width: 1000px;}

#cont_col0{
width: 200px; /*<--*/
margin-left: 6px;
padding-left:5px;
float:left;
}
#cont_col1{
width: 360px;/*<--*/
margin-left: 5px;
padding-left:10px;
float:left;
}
#cont_col2{
width: 360px;/*<--*/
margin-left: 5px;
padding-left:10px;
float:left;
}

#content{width: 1000px;height: auto;overflow: hidden;}

#content_bottom{height: 10px;width: 1000px;clear: both; }

единственное решение, придуманное влет, подключать к каждой странице(требующей изменения) дополнительный файл css, но это не гибко, при необходимости редактирования/ изменения прийдется изменять слишком много файлов.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Неуж то будет несколько сотен страниц с разными стилями? ;) это нонсенс конечно, а вообще, я бы сделал разные стили для каждого блока, но один .css файл.

Да, другого варианта я не вижу. На главной col0 и col1 отданы под текст... На другой странице col0 вмешает в себя огромный рисунок. На следующей странице col1 содержит вспомогательное меню(достаточно узкое, чтобы можно было использовать ширину от первой...) и т.п. фигники.

Great Rash Как вариант можно повесить свой id для <body> на каждой странице. И от него уже плясать.

попробую, спасибо за подсказку. третий день буксую на месте

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