Jump to content
  • 0

Высота таблички


overklick
 Share

Question

Попытался сделать сайт табличками,не получается установить высоту верхней ячейки для логотипа(она получается в одну строчку,а я пытаюсь ей поставить 25% от всей высоты).Кого не затруднит укажите ошибку. ;) Прошу не бить тапочком за оформление поста.

Вот хтмл:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<link rel="stylesheet" type="text/css" href="Style.css" />

<HTML>

<HEAD>

<TITLE>Сайт с помощью таблицы</TITLE>

</HEAD>

<BODY >

<table id="maket" cellspacing="0" cellpadding="0" border="0">

<tr>

<td colspan="3" id="logo"></td>

</tr>

<tr>

<td id="leftcol">Левая колонка</td>

<td id="center">

<h1>середина</h1>

puypuy

</td>

<td id="rightcol">Правая колонка</td>

</tr>

</table>

</BODY>

</HTML>

________________________________________________________________________________

________________________________________________________________________________

_

________________________________________________________________________________

_

________________________________

Вот ксс:

body {

margin:0 /* отступы от краев */

}

h1 {

color: red; /* цвет заголовков*/

}

#maket {

width: 100%; /* ширина всей таблицы в процентах */

height: 100% /* высота всей таблицы в процентах */

}

TD {

vertical-align: top; /* вертикальное выравнивание в ячейках* /

padding: 5px; /* Поля вокруг ячеек */

}

TD#logo {

height: 25%; /* высота логотипа */

background-image: url(gif-sky-obrez.gif); /* фоновый рисунок */

valign="top"

}

TD#leftcol {

height: 75%; /* попытка высоты */

width: 20%; /* Ширина колонки */

background: #ccc; /* Цвет фона левой колонки */

}

TD#center {

text-align: center; /* текст по центру */

background: #00cc33; /* фон центра */

}

TD#rightcol {

width: 25% /* ширина правой колонки */

background: orange; /* Цвет фона правой колонки */

}

Edited by overklick
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