91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何編寫網頁上中下三分布局即上下固定中間自適應的代碼

發布時間:2021-09-30 17:14:02 來源:億速云 閱讀:138 作者:iii 欄目:web開發

這篇文章主要介紹“如何編寫網頁上中下三分布局即上下固定中間自適應的代碼”,在日常操作中,相信很多人在如何編寫網頁上中下三分布局即上下固定中間自適應的代碼問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何編寫網頁上中下三分布局即上下固定中間自適應的代碼”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!


代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- 禁止瀏覽器從本地緩存中調閱頁面。-->
<meta http-equiv="pragram" content="no-cache">
<!--網頁不保存在緩存中,每次訪問都刷新頁面。-->
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<!--同上面意思差不多,必須重新加載頁面-->
<!--網頁在緩存中的過期時間為0,一旦網頁過期,必須從服務器上重新訂閱-->
<meta http-equiv="expires" content="0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
* {
margin:0;
padding:0;
}
html,
body,
#box {
height:100%;
font:small/1.5 "宋體", serif;
}
body {
text-align:center;
}
#box {
text-align:left;
background:#666;
display:table;
width:80%;
margin:0 auto;
position:relative;
}
#box > div {
display:table-row;
}
#header,
#footer {
background:#fcc;
height:50px;
vertical-align:bottom;
}
#main {
background:#ccf;
}
#main #wrap {
display:table-cell;
background:#ffc;
vertical-align:middle;
}
#text {
text-align:center;
}
</style>
<!--[if IE]>
<style type="text/css">
#header,
#footer {
width:100%;
z-index:3;
position:absolute;
}
#footer {
bottom:0;
}
#main {
height:100%;
z-index:1;
position:relative;
}
#main #wrap {
position:absolute;
top:50%;
width:100%;
text-align:left;
}
#main #text {
position:relative;
width:100%;
top:-50%;
background:#ccc;
}
</style>
<![endif]-->
</head>
<body>
<div id="box">
<div id="header">header</div>
<div id="main">
<div id="wrap">
<div id="text">
<p>測試文本</p>
</div>
</div>
</div>
<div id="footer">footer</div>
</div>
</body>
</html>

到此,關于“如何編寫網頁上中下三分布局即上下固定中間自適應的代碼”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

封丘县| 蕉岭县| 云安县| 西藏| 富源县| 紫云| 湟源县| 宁都县| 平遥县| 天祝| 大兴区| 大关县| 上虞市| 错那县| 余姚市| 阳东县| 平塘县| 巴楚县| 新和县| 杂多县| 南开区| 太保市| 固安县| 廊坊市| 布尔津县| 石泉县| 砚山县| 兴山县| 恩施市| 平湖市| 青铜峡市| 合阳县| 肥城市| 锡林浩特市| 通渭县| 三亚市| 长顺县| 视频| 咸宁市| 西吉县| 奉化市|