文章內(nèi)容頁(yè)廣告浮于左上角的解決辦法
更新時(shí)間:2007年03月14日 00:00:00 作者:
這個(gè)是整頁(yè)代碼,你可以看著改了,也可以保存成HTML文件,完了試試看就知道了,主要用的CSS+DIV
上面的東西移到模板中,下面的東西也是一樣~完了就行了~
<!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="Content-Type" content="text/html; charset=gb2312" />
<title>文章內(nèi)容頁(yè)廣告浮于左上角的解決辦法</title>
<style type="text/css">
.container {
display:table;
width:500px;
background:#66FFCC;
}
.main {
display:table-row;
width:100%;
background:#669933;
}
.left {
float:left;
width:165px;
display:table-cell;
background:#663399;
}
.right {
background:#33CCFF
display:table-cell;
}
</style>
</head>
<body>
<div class="container">
<div class="main">
<div class="left">廣告部分。
</div>
<div class="right">
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分文章內(nèi)容部分文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
<br /> </div>
</div>
</div>
</body>
</html>
上面的東西移到模板中,下面的東西也是一樣~完了就行了~
<!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="Content-Type" content="text/html; charset=gb2312" />
<title>文章內(nèi)容頁(yè)廣告浮于左上角的解決辦法</title>
<style type="text/css">
.container {
display:table;
width:500px;
background:#66FFCC;
}
.main {
display:table-row;
width:100%;
background:#669933;
}
.left {
float:left;
width:165px;
display:table-cell;
background:#663399;
}
.right {
background:#33CCFF
display:table-cell;
}
</style>
</head>
<body>
<div class="container">
<div class="main">
<div class="left">廣告部分。
</div>
<div class="right">
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分文章內(nèi)容部分文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
文章內(nèi)容部分<br />
<br /> </div>
</div>
</div>
</body>
</html>
相關(guān)文章
兼容多瀏覽器實(shí)現(xiàn)半透明(Opera ie firefox)
兼容多瀏覽器實(shí)現(xiàn)半透明(Opera ie firefox)...2006-12-12網(wǎng)頁(yè)設(shè)計(jì)者需要了解的_網(wǎng)頁(yè)字體大小數(shù)據(jù)參考
對(duì)于頁(yè)面來(lái)說(shuō),字體的大小設(shè)置是比較重要的,網(wǎng)上搜集了一些關(guān)于網(wǎng)頁(yè)中字體大小的數(shù)據(jù)對(duì)比,在這共享出來(lái)給大家一起看看,希望對(duì)大家在頁(yè)面制作過程中有所幫助!2008-10-10讓用戶自己控制網(wǎng)頁(yè)字體的大小的css書寫方法
讓用戶自己控制網(wǎng)頁(yè)字體的大小的css書寫方法...2007-09-09