dota
Newbie-
Posts
6 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Store
Everything posted by 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"> <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> <td width=40% valign=bottom 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> <!--белая полоса--> <div class="t4"> </div> <!--нижнее меню--> <div id="menu3" align="center"> <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> </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>
-
Сверстал страницу. Когда включаешь в браузере режим "на весь экран", в ИЕ 6 и 7 появляется вертикальный скролл. Как его убрать? В опере и мозиле все нормально показывается.
-
с высотой разобрался. а почему в мозиле и опере покзавает без скролла в режиме на весь экран, а в ИЕ 6 и 7 появляется скролл. как его убрать?
-
Просто это моя первая верстка, поэтому и получился не совсем красивый код.
-
Вот эта часть, т.е. основное содержание страницы: <!--текст--> <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>
-
Народ помогите. нужно сделать чтобы средняя часть макета растягивалась по высоте. Я делал верх и футер определенного размера, и футер прибивал к низу, но не работает((. Подскажите в чем ошибка. <!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>