Sealyu

          --- 博客已遷移至: http://www.sealyu.com/blog

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            618 隨筆 :: 87 文章 :: 225 評論 :: 0 Trackbacks

          This CSS footer stylesheet will make a footer stick to the bottom of the page. CSS Sticky Footer

          Make the Footer Stick to the Bottom of a Page

          CSS Sticky Footer is Cross-Browser

          There are several ways to make a footer stick to the bottom of a page using CSS. But until now, they've used long and messy hacks or a lot of extra HTML markup; this method uses only 15 lines of CSS and hardly any HTML markup. Even better, it's completely valid CSS, and it works in all major browsers. Internet Explorer 5 and up, Firefox, Safari, Opera and more.

          View the example CSS Sticky Footer.

          How to use this footer on your website

          Add the following lines of CSS to your stylesheet. The negative value for the margin in .wrapper is the same number as the height of .footer and .push. The negative margin should always equal to the full height of the footer (including any padding or borders you may add).

          1. * {
          2.     margin: 0;
          3. }
          4. html, body {
          5.     height: 100%;
          6. }
          7. .wrapper {
          8.     min-height: 100%;
          9.     height: auto !important;
          10.     height: 100%;
          11.     margin: 0 auto -4em;
          12. }
          13. .footer, .push {
          14.     height: 4em;
          15. }

          Follow this HTML structure. No content can be outside of the .wrapper and .footer div tags unless it is absolutely positioned with CSS.

          1. <html>
          2.     <head>
          3.         <link rel="stylesheet" href="layout.css" ... />
          4.     </head>
          5.     <body>
          6.         <div class="wrapper">
          7.             <p>Your website content here.</p>
          8.             <div class="push"></div>
          9.         </div>
          10.         <div class="footer">
          11.             <p>Copyright (c) 2008</p>
          12.         </div>
          13.     </body>
          14. </html>

          Troubleshooting

          Adding margins to elements is messing up the footer.

          Simply use padding instead, and all your worries will go away.

          I put this on my site and it doesn't work right in browser X. You have something wrong with your code!

          Check to see if the example footer page works in that browser. If it does, then you have something wrong with yours!

          I don't know web design. Can you help me with this?

          I charge for website assistance by the hour, and there's a minimum charge of 50 USD. However, there are plenty of CSS and web design forums on the internet where you can get free help. If you really want me to fix it, send me an email and we can discuss pricing.

          The height: auto !important; and height: 100%; properties

          I've been getting about an email a week informing me that the footer works fine without height: auto !important; and height: 100%; in the wrapper selector. This is a min-height hack for IE, so if you want the footer to stick to the bottom of the page in Internet Explorer 6, don't remove it!

          posted on 2009-09-23 09:44 seal 閱讀(224) 評論(0)  編輯  收藏 所屬分類: CSS
          主站蜘蛛池模板: 页游| 寿阳县| 元阳县| 岗巴县| 平昌县| 夏津县| 乌恰县| 孟州市| 翁源县| 马龙县| 巢湖市| 诸暨市| 吉水县| 平阳县| 宜阳县| 泸西县| 綦江县| 梓潼县| 利津县| 阜南县| 彰武县| 富蕴县| 资源县| 景德镇市| 和顺县| 惠州市| 闽侯县| 固安县| 凤冈县| 北宁市| 郴州市| 西吉县| 辽阳市| 长沙市| 聂荣县| 墨江| 漾濞| 阿勒泰市| 闵行区| 休宁县| 正阳县|