Jump to content
  • 0

Растягивание макета по высоте


dota
 Share

Question

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

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

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Market bistro</title>

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

</head>

<body>

<table class="t">

<tr height=100% valign=top>

<td>

<!--логотип-->

<div id=logo valign=top>

<img src="i/log.gif" alt="market bistro" width=803px height=132px>

</div>

<!--1-е меню-->

<div id="menu">

<table align="center" cellspacing=0 cellpadding=0>

<tr>

<td>

<ul>

<li class=bleft><a href="#">home</a></li>

<li><a href="#">menus</a></li>

<li><a href="#">bistro fare</a></li>

<li class="current"><a href="#">market specialties</a></li>

<li><a href="#">catering</a></li>

<li><a href="#">gifts</a></li>

<li><a href="#">events</a></li>

</ul>

</td>

</tr>

</table>

</div>

<!--2-е меню-->

<div id="menu2" align=center>

<ul>

<li><a href="#">Wine</a></li>

<li><a href="#">Beer</a></li>

<li><a href="#">The Deli</a></li>

<li class="cur"><a href="#">Cheese</a></li>

<li><a href="#">On the shelves</a></li>

</ul>

</div>

<!--текст-->

<table class="t3" cellpading=0 cellspacing=0>

<tr valign="top">

<td width=40% class="image"><img src="i/cheese.gif" alt="Cheese" width=358px height=316px></td>

<td width=60% class="text">

<h4>Cheese</h4>

<p>L&L is on a mission to help make every meal a special occasion. We bring the world of extraordinary food and drink to you, conveniently and consistently.<br><br>

Our vision is to create a family of local marketplaces where businesses and busy professionals have easy access to extraordinary food. We strive to be recognized in our communities as the place to go when you want distinctive food and drink for any occasion, dished up with personal service, with knowledgeable advice on the side.</p>

</td>

</tr>

</table>

</td>

</tr>

<!--футер-->

<tr height="70px" valign="bottom">

<td>

<!--белая полоса-->

<table class="t4" cellpading=0 cellspacing=0>

<tr>

<td> </td>

</tr>

</table>

<!--нижнее меню-->

<div id="menu3">

<table align="center">

<tr>

<td>

<ul>

<li class=leftb><a href="#">about us</a></li>

<li><a href="#">contact us</a></li>

<li><a href="#">career at L&L</a></li>

<li><a href="#">privacy policy</a></li>

<li><a href="#">site map</a></li>

</ul>

</td>

</tr>

</table>

</div>

<!--копирайт-->

<table class="t5">

<tr>

<td class="left">Web design by Offsiteteam corp.</td>

<td class="right">© 2006 DNR Group, Inc.</td>

</tr>

</table>

</td>

</tr>

</table>

</body>

</html>

Edited by dota
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
Уточни, пожалуйста, что ты понимаешь под средней частью макета?

Вот эта часть, т.е. основное содержание страницы:

<!--текст-->

<table class="t3" cellpading=0 cellspacing=0>

<tr valign="top">

<td width=40% class="image"><img src="i/cheese.gif" alt="Cheese" width=358px height=316px></td>

<td width=60% class="text">

<h4>Cheese</h4>

<p>L&L is on a mission to help make every meal a special occasion. We bring the world of extraordinary food and drink to you, conveniently and consistently.<br><br>

Our vision is to create a family of local marketplaces where businesses and busy professionals have easy access to extraordinary food. We strive to be recognized in our communities as the place to go when you want distinctive food and drink for any occasion, dished up with personal service, with knowledgeable advice on the side.</p>

</td>

</tr>

</table>

Link to comment
Share on other sites

  • 0

У тебя очень грязный код.

Почти все конструкции нецелесообразным.

Используется устарелый доктайп. Подробней об этом - http://zodios.net/htmlcss/saga-o-doctype.html

И вообще делай какую-то однородную верстку, или блочную или табличную, а то каша получается...

Link to comment
Share on other sites

  • 0

2klierik

А что плохого что в том что ссылки идут по сути вопроса? Учитывая что легче дать человеку инфу в виде заметки а не тратить время на неоднократное расписывания одного и того же...

Или вам будет милее если я здесь буду выкладывать тексты заметок?

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