Jump to content
  • 0

Блоки фиксированного размера


Avanege
 Share

Question

Здравствуйте,сейчас делаю шаблон, с css знаком не углублёно, но я стараюсь :rolleyes: .

Помогите неопытному решить проблему:

есть 3 div блока, colomn1, colomn2, colomn2 внутри блока wcontent, у блоков прописана ширина, но если в блоке colomn2 нехватает места он смещает colomn3. Как мне сделать так чтобы блоки были фиксированной ширины, и не изменяли размерность в зависимости от наполненности.

Тут можно посмотреть на сайт:

http://goo.gl/DTh7l

Логин и пароль demo demo

Вот пример неисправного блока http://goo.gl/DTh7l (после логина всё видно)


.column1 {
width:180px;
display:table-cell;
padding:30px 20px 20px;

}

.col1block {
padding-bottom:10px;
}

.column2 {
width:640px;
display:table-cell;
}

.col1block h2{
color:#000;
text-align:left;
padding-bottom:10px;
}

.column3 {
width:180px;
display:table-cell;
padding:30px 20px 20px;
margin-top:30px;
margin-bottom:30px;
}

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