在固定布局网站中获取网站宽度错误 [英] Getting error in website width in fixed layout website

查看:77
本文介绍了在固定布局网站中获取网站宽度错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在固定布局网站遇到问题。

I am getting a problem in fixed layout website.

我手动编码,不知道如何解决。我还在学习阶段。
你能告诉我我做错了什么吗?

I have coded it manually and do not know how to fix it. I am still on learning stage. Can you tell me what I am doing wrong?

问题:
您可以检查工作这里。已将档案上传到免费网域。

Problem: You can check the work here. Uploaded files to free domain.

或CHeck js fiddle < a> ...

Or CHeck js fiddle...

<div class="navbar">
    <div class="wrapper">
        <h3><a class="" href="#intro">Nature Experience</a></h3>
    </div>
</div>
<section id="intro">
    <div class="wrapper slogan">
        <h2>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type </h2>
    </div>
</section>
<section id="second">
    <div class="wrapper">
        <h3 class="">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type </h3>
        <p class=" ">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type </p>
        <div class="container">
            <div class="blogcontainer ">
                <div class="row">
                    <div class="text">
                        <strong class="">Lorem Ipsum is simply dummy</strong>
                        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                    </div>
                </div>
                <div class="row">
                    <div class="text">
                        <strong class="">Lorem Ipsum is simply dummy</strong>
                        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                    </div>
                </div>
                <div class="row">
                    <div class="text">
                        <strong class="">Lorem Ipsum is simply dummy</strong>
                        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section id="contact">
    <div class="wrapper">
        <h3 class="">Lorem Ipsum is simply dummy text of the printing</h3>
        <div class="container">
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
        </div>
    </div>
</section>
<section id="footer">
    <div class="wrapper">
        <div class="left">
            <a href="#">CONTACT</a>
        </div>
    </div>
</section>


/*Reset css*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, 
ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, 
thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, html {
    height: 100%;
}
body{
    font-family: 'Arvo', serif;
    text-align: center;
}
h3{
    font-size: 30px;
}
.wrapper{
    width: 1140px;
    margin: 0 auto;
}
.container{
    width: 1100px;
    padding: 10px 20px;
    float: left;
}
.navbar {
    margin: 0;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
}
#intro {
    background: url("http://hdwallpaperszon.in/wp-content/uploads/2014/06/HD-Black-Car-Wallpaper_31.jpg") no-repeat fixed 50% 0 / cover  rgba(0, 0, 0, 0);
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
#intro h2 {
    font-size: 24px;
}
#intro .slogan {
    padding-top: 130px;
}
#second{
    float: left;
    width: 100%;
    padding: 65px 0 55px;
    background: #666666;
    color: #fff;
}
#second  .blogcontainer{
    float: left;
}
#second  .blogcontainer .row{
    float: left;
    text-align: left;
    padding: 10px 0;
}
#second  .blogcontainer .row .text{
    font-size: 18px;
    line-height: 26px;
    padding: 14px 0;
}
#contact{
    float: left;
    width: 100%;
    padding: 65px 0 70px;
    background: #ECE8E1;
    color: #000;
}
#footer{
    float: left;
    width: 100%;
    padding: 20px 0 35px;
    background: #666666;
    color: #fff;
}
#footer .left{
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 25px;
}
#footer .left a{
    color: #fff;
    font-size: 20px;
}

感谢

推荐答案

尝试

CSS

 body {
min-width: 1140px;
}

这篇关于在固定布局网站中获取网站宽度错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆