国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當前位置: 首頁 - 科技 - 知識百科 - 正文

css雙欄布局遇到了一個問題_html/css

來源:懂視網 責編:小采 時間:2020-11-27 16:03:49
文檔

css雙欄布局遇到了一個問題_html/css

css雙欄布局遇到了一個問題_html/css_WEB-ITnose: Pacific Trainls Resort Pacific Trails Resort Home Yurts Activities Reservations Enjoy Nature in Luxury Pacific Trails Resort offers a special lodging experience on the California North Coast,Relax in serenity
推薦度:
導讀css雙欄布局遇到了一個問題_html/css_WEB-ITnose: Pacific Trainls Resort Pacific Trails Resort Home Yurts Activities Reservations Enjoy Nature in Luxury Pacific Trails Resort offers a special lodging experience on the California North Coast,Relax in serenity



Pacific Trainls Resort




Pacific Trails Resort




  • Home

  • Yurts

  • Activities

  • Reservations




  • Enjoy Nature in Luxury



    Pacific Trails Resort offers a special lodging experience on the California North Coast,Relax in serenity with panoramic views of the pacificOcean.



  • Private yurts with decks overlooking the ocean

  • Activities lodge with fireplace and gift shop

  • Nightly fine dining at the Overlook Cafe

  • Heated outdoor pool and whirpool

  • Guided hiking tours of the redwoods



  • Pacific Trails Resort

    12010 pacific Trails Road
    Zephyr,CA 95555
    888-555-5555









    Copyright©2011 Pacific Trails Resort
    logchou@sina.com





    css文件:
    body{
    background-color: #ffffff;
    color: #666666;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    background-attachment: fixed;
    }
    #wrapper{
    margin: auto;
    width: 80%;
    min-width: 960px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #000033;
    min-height: 500px;
    }
    h1{
    background-color: #90c7e3;
    color: #ffffff;

    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
    padding-top: 20px;
    font-family: Georgia,"Times New Roman",serif;
    margin-bottom: 0;
    }
    #nav{
    background-color: #90c7e3;

    font-weight: bold;
    float: left;
    width: 140px;

    display: block;
    margin: auto;


    }
    #nav ul{
    list-style-type: none;
    padding:0;
    margin: 0;
    font-size: 1.2em;

    #nav a{
    text-decoration: none;
    border-bottom: #000000 solid .1em;
    display: block;
    padding: 0;
    }
    #nav a:link{
    color: #ff0000;
    }
    #nav a:visited{
    color:#ff1100;
    }
    #nav a:hover{
    color: #0000ff;
    }
    h2 {
    font-family: Georgia,"Times New Roman",serif;
    color: #3399cc;
    text-shadow:1px 1px 1px #ccc;
    }
    #content{
    color: #000000;
    padding: 1px 20px 20px 30px;
    background-color: #ffffff;
    margin-left: 150px;
    overflow: auto;

    }
    #content img{
    float: left;padding-right: 20px;
    }
    #content ul{
    list-style-position:inside;
    }
    .resort{
    font-weight: bold;
    color: #000033;
    }
    h3{
    color: #000033;
    font-family: Georgia,"Times New Roman",serif;
    };
    #contact{
    font-size: 90%;

    }
    #footer{
    font-size: 75%;
    font-style: italic;
    font-family: Georgia,"Times New Roman",serif;
    text-align: center;
    clear: both;



    }

    這樣弄出來的界面,左側導航欄只有一小塊,背景不能完全覆蓋,這該怎么做呢,要是設置一個固定的高度。一旦網頁內容改變了肯定又不行了,我前面做過差不多的這種網頁,但是導航欄float之后能自動調節高度。這個不行了,不知道該怎么解決。求高手解答。


    回復討論(解決方案)

    #wrapper{overflow:hidden;}
    #nav{padding-bottom:10000px;margin-bottom:-10000px;}


    把上面樣式加到對應地方。

    這個真的可以誒。不過為什么呢。我原來也弄過一個類似的,可是不用加這些,也不用設置高度什么的。就會自動填上了。

    #content {background-color: #fff;overflow: hidden;}
    #wrapper 加上 {background-color: #90c7e3;}
    h1和#nav 去掉 {background-color: #90c7e3;}

    這樣修改就行了

    聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    css雙欄布局遇到了一個問題_html/css

    css雙欄布局遇到了一個問題_html/css_WEB-ITnose: Pacific Trainls Resort Pacific Trails Resort Home Yurts Activities Reservations Enjoy Nature in Luxury Pacific Trails Resort offers a special lodging experience on the California North Coast,Relax in serenity
    推薦度:
    標簽: 有一 問題 html
    • 熱門焦點

    最新推薦

    猜你喜歡

    熱門推薦

    專題
    Top
    主站蜘蛛池模板: 欧美一区三区 | 免费国产线观看免费观看 | 麻豆视频一区二区 | 欧美日韩综合精品一区二区三区 | 最新国产在线 | 亚洲国产精品婷婷久久 | 亚洲欧美一 | 国产网站免费观看 | 国产欧美日韩第一页 | 久久久久女人精品毛片九一 | 亚洲国产精品免费在线观看 | 日韩欧美在线视频观看 | 五月精品 | 在线视频三区 | 人人添人人澡人人澡人人人爽 | 久青草国产视频 | 亚洲天堂一区二区三区 | 亚洲一区中文字幕在线观看 | 国产91成人精品亚洲精品 | 国产全黄a一级毛片 | 亚洲色图第一页 | 中文国产成人精品久久一区 | 午夜欧美性视频在线播放 | 国产高清精品久久久久久久 | 国产欧美一区二区三区鸳鸯浴 | 国产精品久久久久久久毛片 | 欧美1页 | 欧美日韩亚洲第一页 | 国产一级二级三级 | 国产不卡视频在线观看 | 国内精品伊人久久久久妇 | 久久性 | 日韩影音 | 欧美在线日韩 | 欧美日韩精品一区二区三区视频在线 | 亚洲欧美国产精品专区久久 | 一级一级特黄女人精品毛片视频 | 91精品久久久久久久久久 | 国产二区精品 | 在线色网 | 在线亚洲精品国产成人二区 |