DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> DIV十CSS布局 >> 布局實例 >> css實現body背景圖片水平垂直居中方法
css實現body背景圖片水平垂直居中方法
編輯:布局實例     

 <style type="text/css">

*{margin:0; padding:0;} html,body{ width:100%; height:100%;} body{ background:#fff url(/eg/eg_2014_01_02_14_50.jpg) center no-repeat;} </style>   <div class="wrap"> <h2>讓body標簽中的背景圖片水平垂直居中</h2>     <div class="eg">                <h3>讓<body/>標簽的背景圖片水平垂直居中</h3>         <p>注:設置html,body{ width:100%; height:100%;}</p>     </div> </div> </td>  </tr> </table>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved