В Webkit, Opera и IE работает чудесно, а вот в ФФ внизу появляется белое пространство (как будто бы есть ограничение на высоту). Чем больше разрешение, тем больше и пространство.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Delhi Darbar - Indian restaraunt </title>
<!-- put some link to the favicon here --> <link rel="shortcut icon" href="http://www.delhidarbar.fi/wp-content/uploads/2011/01/favicon.ico" > <!--css installed --> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="reset.css">
</div> <div id="space"> </div> <div id="main"> <div id="content"> <div class="description"> <h1>What stands behind the taste of India</h1> <p>Do you want to try real Indian food made with authentic recipes in a traditional style in a tandoor oven.</p> <p> Our chef has more than ten years of experience working in India and in other great restaraunts around the world.</p> <p> We prepare dishes with Indian passion and respect to food. Hope to see you in our restaraunt.</p>
</div> <div class="photo"> <img src="photo.jpg" alt="photo"> </div> <div class="line"> </div> <div class="customers"> <h2>Our dear customers say</h2> <p><span class="hyphen">“</span>Ystavallinen palvelu, hyva tunnelma turun paras intialainen ravintola. Chicken tikka masala on ehodoton suosikki”.</p> <p> <span class="hyphen">“</span>Chicken spinach curry oli lounasruokana aivan erinomainen”.</p>
</div> <div class="contacts"> <h2>Contacts</h2> <ul> <li class="phone">02-233 3988 </li> <li class="email"><a href="mailto:ravintola@delhidarbar.fi"> ravintola@delhidarbar.fi</a></li> <li class="address"> Hameenkatu 8, Turku</li> </ul> <div class="hours"> Open hours: <br /> Ma-To 10.30-22.00 <br /> Pe 10.30-23.00<br /> La 12.00-23.00<br /> Su 12.00-22.00
</div> </div>
</div>
</div>
<div id="footer"> <div class="contacts"> Contacts <ul> <li>02-233 3988 </li> <li><a href="mailto:ravintola@delhidarbar.fi"> ravintola@delhidarbar.fi</a></li> <li> Hameenkatu 8, Turku</li> </ul> </div> <div class="hours"> Open hours: <br /> Ma-To 10.30-22.00 <br /> Pe 10.30-23.00<br /> La 12.00-23.00<br /> Su 12.00-22.00 </div> <div class="credits"> <ul><li>Website is crafted with love by <a href="http://idefinland.com">IDÉ Finland</a>. </li> <li>Photos by <a href="http://www.annatanninen.fi/">Studio Anna Tanninen</a>.</li></ul> </div>
</div> </div> </div> </html>
Вот код в css
/* Sticky Footer Solution by Steve Hatcher [url="http://stever.ca"]http://stever.ca[/url] [url="http://www.cssstickyfooter.com"]http://www.cssstickyfooter.com[/url] */
* {margin:0;padding:0;}
/* must declare 0 margins on everything, also for main layout components use padding, not vertical margins (top and bottom) to add spacing, else those margins get added to total height and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body {height: 100%; font-size: 1em; font-family: Georgia;
}
#wrap { min-height: 100%; /* for aligning div to center */ margin: 0 auto; width: 1000px; /*for making aligning work */
text-align:left; }
#wrap a { color: #F8E6C2; text-decoration: underline; }
#wrap a:hover { text-decoration: none; }
#wrap li { line-height: 18pt; list-style-type: none; }
#header { height: 100px; /*works strange. should be 920px IMHO */ width: 950px !important; width: 920px; background-color: #F8E6C2; /* see add image border later */ /*shadows for the header */
-moz-box-shadow: 0 2px 7px #333333;
-webkit-box-shadow: 0 2px 7px #333333;
box-shadow: 0 2px 7px #333333; }
#header .nav { padding-top: 1.5em;
}
#header .nav li { padding-right: 0.7em;
}
#header .nav ul { clear:right; float:right; }
#header .nav a { text-decoration: underline; color: #6C202D; /* omit for IE border-style:solid; border-bottom-color: #6C202D;
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
unquaker
Делал верстку для сайта по способу http://www.cssstickyfooter.com/.
В Webkit, Opera и IE работает чудесно, а вот в ФФ внизу появляется белое пространство (как будто бы есть ограничение на высоту). Чем больше разрешение, тем больше и пространство.
Вот ссылка на скрин:
http://h1813090.stratoserver.net/files/sha...qkWUtoRxNog.jpg
Вот код в html
Вот код в css
Подскажите, как от этого избавиться, пожалуйста.
Link to comment
Share on other sites
0 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.