Jump to content
  • 0

Проблема с резиновым дизайном


sweb27
 Share

Question

Всем привет, не нашел ответа на свой вопрос, т.к. поиск выдаёт ошибку

Fatal error: Call to undefined method IPSText::monthNameRu2En() in /home/psywalke/public_html/forum.htmlbook.ru/admin/applications/core/modules_public/search/search.php on line 254

Делаю резиновый дизайн, где 3 колонки, боковые имеют фиксированую ширину по 300px, а центральная растягивается пов сем ширине моника то есть width:100%. Не получается, свойство float не работает.... помогите, в чем ошибка?, как лучше реализовать задачу?


HTML
<body>
<div id="container">
<div id="col-left">123</div>
<div id="col-center">123123</div>
<div id="col-right">123</div>
</div>
</body>

СSS

#container {
width:100%;
padding:5px;
background:#CCCCCC;
overflow:hidden;
}

#col-left {
width:300px;
background:#00CCFF;
float:left;
}
#col-center {
width:100%;
background:#0099FF;
float:left;
}

#col-right {
width:300px;
background: #0066FF;
float:left;
}

Я резиновые дизайны надух не переношу, может быть зря конечно.. в данном случае мне не овтертется, пока не решу проблему, заранее спасибо.

Вот так это выглядит..

h_1356471537_4107558_551b5580d6.jpeg

Edited by sweb27
Link to comment
Share on other sites

3 answers 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