Jump to content
  • 0

помогите сделать таблицу с фиксированными ячейками, плизз


dinchy
 Share

Question

Не пойму в чем дело, вроде прописала размеры всех ячеек таблицы, когда вставляю текст, строчки не переносятся, а идут длинной строкой. как еще зафиксировать ширину ячеек? http://www.ekolab-zentr.ru/

может что-то неправильно написала?

в CSS

html, body {

margin:0px;

padding:0px;

}

body, input, select, textarea {

background-color: #ffffff;

}

td, input, select, textarea {

font-family: Times New Roman;

font-size: 14px;

color: #000000;

vertical-align: top;

}

table.main {

border-collapse: collapse;

}

td {

padding: 0px;

}

td.top {

background-image: url(top.jpg);

background-repeat: no-repeat;

height: 263px;

width: 1000px;

}

td.left {

background-image: url(left.jpg);

background-repeat: no-repeat;

height: 69px;

width: 239px;

}

td.middle {

background-image: url(middle.jpg);

background-repeat: no-repeat;

height: 69px;

width: 523px;

}

td.right {

background-image: url(right.jpg);

background-repeat: no-repeat;

height: 69px;

width: 240px;

}

td.left_menu {

background-image: url(left_menu.jpg);

background-repeat: y-repeat;

height: 11px;

width: 240px;

}

td.center {

background-image: url(center.jpg);

background-repeat: y-repeat;

height: 10px;

width: 523px;

}

td.right_menu {

background-image: url(right_menu.jpg);

background-repeat: y-repeat;

height: 12px;

width: 239px;

}

td.bottom {

background-image: url(bottom.jpg);

background-repeat: no-repeat;

height: 64px;

width: 1000px;

}

table.small {

align: center;

border-collapse: collapse;

cellspacing: 0;

cellpadding: 5;

margin: 10px;

}

Простите, новичка, буду благодарна за комментарии

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

спасибо! работает )))

а можно еще вопрос?

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

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