::綠細胞雜誌::

Would you like to react to this message? Create an account in a few clicks or log in to continue.

紀錄生活一切雜事


    [CSS]關閉橫向捲軸

    grass0423
    grass0423
    Admin


    文章數 : 122
    注冊日期 : 2010-02-23

    [CSS]關閉橫向捲軸 Empty [CSS]關閉橫向捲軸

    發表  grass0423 周五 1月 28, 2011 11:45 am

    [CSS]關閉橫向捲軸 Closes10
    grass0423
    grass0423
    Admin


    文章數 : 122
    注冊日期 : 2010-02-23

    [CSS]關閉橫向捲軸 Empty 回復: [CSS]關閉橫向捲軸

    發表  grass0423 周五 1月 28, 2011 11:47 am

    ☞ 解決方法:
    設定於CSS中
    代碼:
    body { 
     overflow-y: scroll;
     overflow-x: hidden;
    }
    ☞ 針對單一元件進行設定:
    代碼:
    style="overflow-y: scroll; overflow-x: hidden;"

    ☞ 相關設定:
    代碼:
    overflow-y:直向捲軸
    overflow-x: 橫向捲軸

    hidden 隱藏、 scroll 顯示 、auto自動

      現在的時間是 周四 9月 19, 2024 10:44 am