CSS实例:三列等高布局
建站知识 2021-07-03 08:42www.168986.cn长沙网站建设
三列等高CSS布局的一个实例,
修改国外的一个demo,
兼容到了IE5.5 和标准的浏览器OperaFirefoxSafari。
不过hack太多,不是很喜欢这样做。
全部代码如下
<?xmlversion="1.0"encoding="gb2312"?>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://.w3./TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://.w3./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://.alistapart./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-: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:#;
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,andpublishersseekingnewtechniquesrovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichmencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://.w3./html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://.whatwg./"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotheranisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://.w3./html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfrompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedrovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
<divid="left">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquesrovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichmencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://.w3./html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://.whatwg./"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotheranisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://.w3./html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfrompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedrovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
<divid="right">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquesrovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichmencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://.w3./html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://.whatwg./"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotheranisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://.w3./html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfrompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedrovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
</div>
<divid="footer">footer</div>
<scriptsrc="http://.google-analytics./urchin.js"type="text/javascript"></script>
<scripttype="text/javascript">
/<![CDATA[/
_uat="UA-496414-1";
/]]>/
</script>
</body>
</html>
查看运行效果
修改国外的一个demo,
兼容到了IE5.5 和标准的浏览器OperaFirefoxSafari。
不过hack太多,不是很喜欢这样做。
全部代码如下
<?xmlversion="1.0"encoding="gb2312"?>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://.w3./TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://.w3./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://.alistapart./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-: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:#;
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,andpublishersseekingnewtechniquesrovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichmencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://.w3./html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://.whatwg./"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotheranisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://.w3./html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfrompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedrovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
<divid="left">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquesrovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichmencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://.w3./html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://.whatwg./"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotheranisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://.w3./html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfrompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedrovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
<divid="right">
<h2>Abstract</h2>
<p>Thewebisconstantlyevolving.Newandinnovativewebsitesarebeingcreatedeveryday,pushingtheboundariesofHTMLineverydirection.HTML4hasbeenaroundfornearlyadecadenow,andpublishersseekingnewtechniquesrovideenhancedfunctionalityarebeingheldbackbytheconstraintsofthelanguageandbrowsers.</p>
<p>Togiveauthorsmoreflexibilityandinteroperability,andenablemoreinteractiveandexcitingwebsitesandapplications,HTML5introducesandenhancesawiderangeoffeaturesincludingformcontrols,APIs,multimedia,structure,andsemantics.</p>
<p>WorkonHTML5,whichmencedin2004,iscurrentlybeingcarriedoutinajointeffortbetweenthe<ahref="http://.w3./html/"><abbrtitle="W3CHTMLWorkingGroup">W3CHTMLWG</abbr></a>andthe<ahref="http://.whatwg./"><abbrtitle="WebHypertextApplicationTechnologyWorkingGroup">WHATWG</abbr></a>.ManykeyplayersareparticipatingintheW3Ceffortincludingrepresentativesfromthefourmajorbrowservendors:Apple,Mozilla,Opera,andMicrosoft;andarangeofotheranisationsandindividualswithmanydiverseinterestsandexpertise.</p>
<p>Notethat<ahref="http://.w3./html/wg/html5/">thespecification</a>isstilla<em>workinprogress</em>andquitealongwayfrompletion.Assuch,itispossiblethatanyfeaturediscussedinthisarticlemaychangeinthefuture.Thisarticleisintendedrovideabriefintroductiontosomeofthemajorfeaturesastheyareinthecurrentdraft.</p>
</div>
</div>
<divid="footer">footer</div>
<scriptsrc="http://.google-analytics./urchin.js"type="text/javascript"></script>
<scripttype="text/javascript">
/<![CDATA[/
_uat="UA-496414-1";
/]]>/
</script>
</body>
</html>
查看运行效果
上一篇:Web标准前途是否依赖浏览器技术
下一篇:CSS高级技巧:圆角矩形
长沙网站设计
- 如何自己建一个网站 自己想建个网站,怎么建
- 如何制作网站免费建站 创建网站免费注册
- html简单网页代码 html简单网页代码超链接
- dreamweaver网页制作 dreamweaver网页制作模板
- 上海网站建设 上海网站建设制作微信
- 如何制作网站和网页 如何制作一个网页
- html网页制作代码大全 端午节html网页制作代码大
- app开发公司 app开发公司前十名
- html网页制作 html网页制作文字居中
- app制作一个需要多少钱 请人制作一个app多少钱
- 成都网站制作 成都网站制作维护
- 百度建一个网站多少钱 百度做个公司网站要多少
- html+css网页制作成品 web网页制作成品css+javascrip
- html网页制作案例 html网页设计案例
- html+css网页制作成品 web网页制作成品css+javascrip
- 个人网站模板 个人网站模板HTML