Народ помогите. нужно сделать чтобы средняя часть макета растягивалась по высоте. Я делал верх и футер определенного размера, и футер прибивал к низу, но не работает((. Подскажите в чем ошибка.
<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>
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
dota
Народ помогите. нужно сделать чтобы средняя часть макета растягивалась по высоте. Я делал верх и футер определенного размера, и футер прибивал к низу, но не работает((. Подскажите в чем ошибка.
<!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 dotaLink to comment
Share on other sites
8 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.