网站建设资讯

NEWS

网站建设资讯

CSS属性让整体布局的居中以及让网页的背景居中的方法

本篇内容主要讲解“CSS属性让整体布局的居中以及让网页的背景居中的方法”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“CSS属性让整体布局的居中以及让网页的背景居中的方法”吧!

创新互联公司是一家专业提供祁阳企业网站建设,专注与成都网站建设、成都网站设计HTML5、小程序制作等业务。10年已为祁阳众多企业、政府机构等服务。创新互联专业网站设计公司优惠进行中。

DIV+CSS布局居中问题

在DIV+CSS布局的页面里,从布局内容到页面里文章文字居中都是非常重要的,而CSS来设置居中也是非常简单的。

1、首先介绍使用CSS属性让整体布局的居中:

设置页面父级居中,那整个页面的父级是什么呢?我们可以想象整个页面的内容是由和这两个包含,那根据较近父级我们就设置body的CSS来实现居中问题,可以向在内容里居中有text-aligh:center;而这个元素在IE下有用,经过试验在火狐等浏览器下只设置text-aligh:center;居中是无法让布局居中,那我们还需要设置个“margin:0auto;”这个是什么意思呢,意思是内容上下为0距离,而左右为“auto”自动,这样就可以设置实现网页布局居中具体CSS的居中代码为:

body{text-aligh:center;margin:0auto;}但是即使这样也会出现问题,因为你没有设置布局有多宽“width”,一旦你内容布局中在最外层CSS控制中,设置了float:属性,那布局将会向你设置的float:方向靠,解决方法,除了设置body的居中的CSS属性外,还需在布局设置最外层div也居中,而且定义宽度是多少,假如网页宽度为700px,最外层CSS样式为的class="weicheng",那设置应该这样“.weicheng{margin:0auto;width:700px;}”即可。完整实例为(可将代码拷贝新建html文件浏览观看效果):

以下为引用的内容:

    www.divCSS5.com的CSSdiv的布局居中实例title> <styletypestyletype="text/CSS"> <!--  body{text-align:center;margin:0auto;}   .waicheng{color:#0066CC;margin:5pxauto;width:700px;height:200px;  border:1pxsolid#000000;}  --> style> head> <body> <divclassdivclass="waicheng">我是CSS中的居中的实验;我的布局外层有一个边为1px黑色边,   我宽700px,高为200px,设置了与顶部内容距离为5PXdiv> body> html></pre><p><strong>DIV+CSS布局居中实例浏览</strong></p><p><strong>2、介绍使用CSS属性让网页的背景居中:</strong></p><p>这里居中就包括了左右居中与上下居中,居中代码如下:<br/>body{BACKGROUND:#FFFurl(http://www.divCSS5.com/img/CSS-logo.gif)no-repeatcenter;}//这段话意思就是让CSS-logo.gif这个图片设置背景不重复(no-repeat),并将居中(center)这个居中是左右居中,而垂直不需要设置,自动会居中。</p><p><strong>3、CSS让介绍文字、图片内容左右上下居中方法教程:</strong></p><p>我们知道左右就中好办,直接用text-align:center;即可让文字与图片内容居中,但是垂直呢,假如我们在高度为120px的高度下垂直居中,图片居中是vertical-align:middle;CSS属性,文字居中就要靠设置行高方法居中文字内容,这里我们设置为120px的高度这需要设置个line-height:120px;这样就通过CSS属性类样式来实现文字与图片的上下左右居中。</p><p>整个网站居中的代码如下:</p><p>以下为引用的内容:</p><pre><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlnshtmlxmlns="http://www.w3.org/1999/xhtml"> <head> <metahttp-equivmetahttp-equiv="Content-Type"content="text/html;charset=gb2312"/> <title>www.divCSS5.com的CSSdiv的完整居中实例title> <styletypestyletype="text/CSS"> <!--  body{text-align:center;margin:0auto;background:url(http://www.divCSS5.com/img/CSS-logo.gif)no-repeatcenter;}  .waicheng{color:#0066CC;margin:5pxauto;width:700px;height:120px;  line-height:120px;border:1pxsolid#000000;}  .waichengimg{vertical-align:middle;}  --> style> head> <body> <divclassdivclass="waicheng">我是CSS中的居中的完整居中实例;  我的布局外层有一个边为1px   <imgsrcimgsrc="/upload/otherpic60/486843.gif" alt="图片内容居中"/>div> body> html></pre><p>到此,相信大家对“CSS属性让整体布局的居中以及让网页的背景居中的方法”有了更深的了解,不妨来实际操作一番吧!这里是创新互联网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!</p>            
            
                        <br>
            分享名称:CSS属性让整体布局的居中以及让网页的背景居中的方法            <br>
            URL标题:<a href="http://cdweb.net/article/jcsecc.html">http://cdweb.net/article/jcsecc.html</a>
        </div>
    </div>
    <div class="other">
        <h3>其他资讯</h3>
        <ul>
            <li>
                    <a href="/article/ddsgigi.html">Wordpress授权码 wordpress登录</a>
                </li><li>
                    <a href="/article/ddsgigg.html">代码规范java 代码规范检查工具</a>
                </li><li>
                    <a href="/article/ddsgigj.html">帝国cms自动更新首页 帝国cms自动更新首页怎么关闭</a>
                </li><li>
                    <a href="/article/ddsgijo.html">sap系统pp模块的简单介绍</a>
                </li><li>
                    <a href="/article/ddsgiss.html">怎么进行编写mysql mysql编写数据库</a>
                </li>        </ul>
    </div>
</div>
</div>
<footer>
    <div class="footop">
        <div class="wrap">
            <div class="bottomrpw">
                <div class="erp arp">
                    <dl>
                        <dt>ADDRESS</dt>
                        <dd class="address"> <i class="icon"></i> <span class="word">成都市青羊区锦天国际1号楼1002室</span> </dd>
                    </dl>
                </div>
                <div class="erp arp">
                    <dl>
                        <dt>TEL</dt>
                        <dd class="phonum"> <i class="icon"></i> <span class="word en"> <a href="tel:18980820575">18980820575</a> </span> </dd>
                    </dl>
                </div>
                <div class="erp crp">
                    <dl>
                        <dt>OTHER</dt>
                        <dd> <a class="word get-quote">获得报价与方案</a> </dd>
                        <dd> <a href="#" target="_blank" rel='nofollow' class="word" title="付款方式">付款方式</a> </dd>
                    </dl>
                </div>
                <div class="erp code-rp">
                    <dl>
                        <dt>Wechat</dt>
                        <dd class="code-wrap"> <span class="code"> <img src="/Public/Home/images/qr-code.jpg" alt="快上网微信公众号" /> </span> </dd>
                    </dl>
                </div>
            </div>
        </div>
    </div>
    <div class="footerbot">
        <div class="friendlinks">
            <div class="wrap">
                <ul class="rpl">
                    <li><a href="http://www.scxinheng.cn/" title="信衡房屋鉴定" target="_blank">信衡房屋鉴定</a></li><li><a href="http://m.cdcxhl.cn/shop/
" title="成都商城网站建设" target="_blank">成都商城网站建设</a></li><li><a href="http://www.kswcd.com/" title="定制网站" target="_blank">定制网站</a></li><li><a href="http://www.cqhuaxiang.cn/" title="重庆花箱" target="_blank">重庆花箱</a></li><li><a href="https://www.cdcxhl.com/idc/wenjiang.html" title="温江服务器托管" target="_blank">温江服务器托管</a></li><li><a href="http://www.bjjike.cn/" title="红光高低压开关厂" target="_blank">红光高低压开关厂</a></li><li><a href="https://www.cdxwcx.com/jifang/wenjiang.html" title="成都温江机房" target="_blank">成都温江机房</a></li><li><a href="https://www.cdcxhl.com/idc/mintian.html" title="成都高电机柜租用" target="_blank">成都高电机柜租用</a></li><li><a href="https://www.cdcxhl.com/pinpai.html" title="品牌网站建设" target="_blank">品牌网站建设</a></li><li><a href="https://www.cdxwcx.com/wangzhan/mbyidong.html" title="wap手机网站" target="_blank">wap手机网站</a></li>                </ul>
            </div>
        </div>
        <div class="wrap">
            <div class="copyright"> <span class="en">©2007-2022</span> 成都快上网科技有限公司 <span class="en">ALL RIGHTS
                        RESERVED.</span> <a rel="nofollow" href="http://www.miitbeian.gov.cn" target="_blank">蜀ICP备19037934号</a> </div>
        </div>
    </div>
</footer>
<div class="fcwrap">
    <ul class="rpl clearfix">
        <li class="phone"> <a rel="nofollow" target="_blank" href="tel:18980820575"> <i class="icon"></i>
            <strong>18980820575</strong> </a> </li>
        <li class="qq"> <a rel="nofollow" target="_blank"
                           href="https://wpa.qq.com/msgrd?v=1&uin=244261566&site=qq&menu=yes"> <i class="icon"></i>
            <strong>244261566</strong> </a> </li>
        <li class="back-top"> <a href="javascript:void(0)" rel="nofollow" class="back-to-top"> <i class="icon"></i>
            <strong>回到顶部</strong> </a> </li>
    </ul>
</div>
<!--nav-->
<div class="n-Wrap">
    <div class="navBar visble show">
        <div class="barlogo">
            <a href="/" rel="nofollow">
                <img src="/Public/Home/images/logo1.png" alt="成都做网站" />
                <img src="/Public/Home/images/logo2.png" alt="成都网站设计" />
            </a>
        </div>
        <div class="bmenu">
            <i class="bar-top"><span></span></i>
            <i class="bar-cen"><span></span></i>
            <i class="bar-bom"><span></span></i>
            <i class="bar-left"><span></span></i>
            <i class="bar-right"><span></span></i>
        </div>
    </div>
    <section class="fixmenu">
        <div class="close-bar">
            <i class="bar-left"><span></span></i>
            <i class="bar-right"><span></span></i>
        </div>
        <nav class="smph">
            <ul>
                <li class="index-hrefs on"><a href="http://www.cdweb.net/"><font>首页</font></a></li>
                <li><a href="/about/" rel="nofollow"><font>关于快上网</font></a></li>
                <li><a href="/service/" rel="nofollow"><font>服务范围</font></a></li>
                <li><a href="/case/" rel="nofollow"><font>案例展示</font></a></li>
                <li><a href="/solve/" rel="nofollow"><font>解决方案</font></a></li>
                <li><a href="/news/" rel="nofollow"><font>建站资讯</font></a></li>
                <li><a href="/contact/" rel="nofollow"><font>联系快上网</font></a></li>
            </ul>
            <div class="pwrap">
                <span class="label">服务热线</span>
                <strong class="phone"><a href="tel:18980820575">18980820575</a></strong>
            </div>
        </nav>
    </section>
</div>
<!--end nav-->
<script src="/Public/Home/js/hotcss.js"></script>
<script type="text/javascript" src="/Public/Home/js/su_new.js"></script>
</body>
</html>
<script>
    $(".con img").each(function(){
        var src = $(this).attr("src");    //获取图片地址
        var str=new RegExp("http");
        var result=str.test(src);
        if(result==false){
            var url = "https://www.cdcxhl.com"+src;    //绝对路径
            $(this).attr("src",url);
        }
    });
    window.onload=function(){
        document.oncontextmenu=function(){
            return false;
        }
    }
</script>