您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> DivCSS教程 >> 正文

css实现body背景图片水平垂直居中方法

作者:佚名    责任编辑:admin    更新时间:2022-06-22

 <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>