国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

前端界面進行自適應布局之positon屬性使用

2024-07-11 08:30:43
字體:
來源:轉載
供稿:網友
最近使用position屬性進行界面布局,在以后的開發中將要經常使用,便于以后使用方便特別把樣式寫在這里:

復制代碼
代碼如下:
<!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" style="margin:0px; padding:0px; width:100%; height:100%;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>all a</title>
</head>
<body style="margin:0px; padding:0px; width:100%; height:100%;">
<div style="width:200px; height:99.5%; background-color: #999;">
<div style="width:200px; height:250px; background:#b2b2b2; border:1px solid red;">
<a href="www.baidu.com">baidu</a>

<a href="www.baidu.com">baidu</a>

<a href="www.baidu.com">baidu</a>

<a href="www.baidu.com">baidu</a>

<a href="www.baidu.com">baidu</a>

</div>
<div style="width:200px; background:#2b2b2b; color:#fff; position:absolute; top:250px; bottom:0px; left:0px; border:1px solid blue;">
aaaaaaaaaaaaaaaa
</div>
</div>
<div style="height:100%; background:#efefef; color:#2b2b2b; position:absolute; top:0px; bottom:0px; left:200px; right:0px;">
<div style="width:100%; height:60px; background:blue; color:#fff;">
content
</div>
<div style="width:200px; background:#2b2b2b; color:#fff; position:absolute; top:60px; bottom:0px; left:0px; border:1px solid blue;">
aaaaaaaaaaaaaaaa
</div>
</div>
<script language="javascript">
function addTarget(){
var allAitem = document.getElementsByTagName("a");
var allAnum = allAitem.length;
for(var i=0; i<allAnum; i++){
allAitem[i].setAttribute("target","_blank");
}
}
addTarget();
</script>
</body>
</html>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 苗栗市| 遵义县| 邵东县| 彰化县| 巍山| 晴隆县| 庄浪县| 荣昌县| 康平县| 五家渠市| 镇安县| 泽库县| 宜川县| 新余市| 闽侯县| 革吉县| 崇礼县| 巧家县| 德庆县| 连城县| 教育| 大庆市| 安西县| 英超| 连平县| 门头沟区| 厦门市| 舞钢市| 个旧市| 丹棱县| 六枝特区| 南丹县| 钦州市| 阳东县| 通化县| 巧家县| 华阴市| 子长县| 潞西市| 大英县| 金塔县|