源码网,源码论坛,源码之家,商业源码,游戏源码下载,discuz插件,棋牌源码下载,精品源码论坛

 找回密码
 立即注册
查看: 362|回复: 19

[CSS] CSS实例:三列等高布局

[复制链接]

7万

主题

861

回帖

32万

积分

论坛元老

Rank: 8Rank: 8

积分
329525
发表于 2008-10-17 19:20:42 | 显示全部楼层 |阅读模式
  三列等高CSS布局的一个实例,   修改国外的一个demo,   兼容到了IE5.5 和标准的浏览器OperaFirefoxSafari。   不过hack太多,不是很喜欢这样做。 全部代码如下: <?xmlversion="1.0"encoding="gb2312"?> <!DOCTYPEhtmlPUBL   三列等高CSS布局的一个实例,
  修改国外的一个demo,
  兼容到了IE5.5 和标准的浏览器OperaFirefoxSafari。
  不过hack太多,不是很喜欢这样做。
全部代码如下:
<?xmlversion="1.0"encoding="gb2312"?>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml"lang="zh-CN">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<metahttp-equiv="Content-Language"content="zh-CN"/>
<metacontent="all"name="robots"/>
<title>3columnlauput</title>
<styletype="text/css"media="screen">
<!--
/*<![CDATA[*/
/*-----------------------------------------------------------
@from:http://www.alistapart.com/articles/holygrail
@modify:greengnn08-01-02
------------------------------------------------------------*/
*{
margin:0;
padding:0;
}
body{
min-width:550px;
font:normalnormalnormal75%/1.25emVerdana,Arial,Helvetica,sans-serif;
color:#333333;
text-align:left;
}
/*layout*/
#container{
padding-left:200px;
padding-right:150px;
background:#000;
zoom:1;
}
#container:after{
content:'.';
display:block;
height:0;
clear:both;
visibility:hidden;
}
#container{display:inline-block;}
/*\*/
#container{display:block;}
/*\*/
#center,#left,#right{
position:relative;
float:left;
}
* html#center{
}
#center{width:100%;}
#left{
width:200px;
right:200px;
margin-left:-100%;
}
#right{
width:150px;
margin-right:-150px;
}
#footer{clear:both;}
/*Equal-height*/
#container{overflow:hidden;}
#footer{
overflow:hidden;
position:relative;
}
/*IE7hack*/
* html#center{
position:static;
}
* html#left{
position:static;
}
* html#right{
position:static;
}
* html#container{
position:relative;
overflow:hidden;
}
* html#left{
position:relative;
}
/*EndIE7hack*/
/*StartHackforOpera8*/
/*\*/
#container#center,#container#left,#container#right{
padding-bottom:32767px!important;
margin-bottom:-32767px!important;
}
@mediaalland(min-width:0px){
#container#center,#container#left,#container#right{
padding-bottom:0!important;
margin-bottom:0!important;
}
#center:before,#left:before,#right:before{
content:'[DONOTLEAVEITISNOTREAL]';
display:block;
background:inherit;
padding-top:32767px!important;
margin-bottom:-32767px!important;
height:0;
}
}
/**/
/*EndHackforOpera8*/
/*justtosee*/
#header,#footer{
font-size:40px;
line-height:40px;
text-align:center;
font-weight:bold;
color:#cccccc;
background:#666666;
}
#center{background:#eeeeee;}
#left{background:#FF9933;}
#right{background:#0099CC;}
/*]]>*/
-->
</style>
</head>
<body>
<divid="header">header(testinIE5.5 opera9.0Firefox2.0)</div>
<divid="container">
<divid="center">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquestoprovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichcommencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://www.w3.org/html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://www.whatwg.org/"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotherorganisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://www.w3.org/html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfromcompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedtoprovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
<divid="left">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquestoprovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichcommencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://www.w3.org/html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://www.whatwg.org/"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotherorganisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://www.w3.org/html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfromcompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedtoprovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
<divid="right">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquestoprovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichcommencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://www.w3.org/html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://www.whatwg.org/"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotherorganisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://www.w3.org/html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfromcompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedtoprovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
</div>
<divid="footer">footer</div>
<scriptsrc="http://www.google-analytics.com/urchin.js"type="text/javascript"></script>
<scripttype="text/javascript">
/*<![CDATA[*/
_uacct="UA-496414-1";
/*]]>*/
</script>
</body>
</html>
查看运行效果:

[ 可先修改部分代码 再运行查看效果 ]
回复

使用道具 举报

0

主题

2万

回帖

186

积分

注册会员

Rank: 2

积分
186
发表于 2022-12-1 10:43:31 | 显示全部楼层
谢谢楼主分享
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2022-12-12 01:33:34 | 显示全部楼层
儿飞飞微风DVD谁vdsvd
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2023-2-10 05:54:10 | 显示全部楼层
数据库了多久撒快乐的健身卡啦
回复 支持 反对

使用道具 举报

0

主题

1万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2023-5-14 01:20:20 | 显示全部楼层
啦啦啦啦啦啦啦啦!
回复 支持 反对

使用道具 举报

27

主题

2万

回帖

331

积分

中级会员

Rank: 3Rank: 3

积分
331
发表于 2023-8-4 15:11:43 | 显示全部楼层
儿童服务绯闻绯闻绯闻
回复 支持 反对

使用道具 举报

4

主题

2万

回帖

107

积分

注册会员

Rank: 2

积分
107
发表于 2023-9-27 16:13:54 | 显示全部楼层
给爸爸爸爸爸爸爸爸爸爸八佰伴八佰伴
回复 支持 反对

使用道具 举报

29

主题

2万

回帖

194

积分

注册会员

Rank: 2

积分
194
发表于 2023-10-3 17:00:55 | 显示全部楼层
加快速度很快就撒谎
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2024-2-7 15:18:13 | 显示全部楼层
的沙发水电费水电费
回复 支持 反对

使用道具 举报

6

主题

2万

回帖

247

积分

中级会员

Rank: 3Rank: 3

积分
247
发表于 2024-3-23 23:53:25 | 显示全部楼层
天天源码社区论坛
回复 支持 反对

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

手机版|小黑屋|网站地图|源码论坛 ( 海外版 )

GMT+8, 2024-11-24 03:12 , Processed in 0.068937 second(s), 22 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表