利用CSS简单布局的不同组合类型

2021-06-22 00:03

阅读:631

标签:text   css布局   tle   top   title   nal   content   ddl   add   

关于CSS布局页面的简单组合方式:

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=utf-8" />
title>CSS格式与布局title>

style type="text/css">

*{ margin:0px auto; padding:0px; font-family:微软雅黑}/*注意*/
/*.创造力{ width:200px; height:200px; background-color:#F00; margin:10px 0px 0px 10px; float:left}
*/
#menu{ width:1200px; height:45px; background:#90F; margin-top:20px}
.text{ width:200px; height:45px; float:left; text-align:center; line-height:45px; vertical-align:middle}
.text:hover{ background-color:#000; color:#F00; cursor:pointer} 
/*鼠标放上来*/
style>


head>

body>

ol style="list-style:none">
    li>足球li>
    li>篮球li>
    li>羽毛球li>
ol>

ol style="list-style-image:url(../IMG/QQ%E5%9B%BE%E7%89%8720170711193040.gif)">
    li>足球li>
    li>篮球li>
    li>羽毛球li>
ol>


div style="width:300px; height:300px; background-color:#0F0; position:fixed; top:20px; left:20px" >div>

div style="width:200px; height:500px; background-color:#099">div>
div style="width:200px; height:500px; background-color:#060">div>
div style="width:200px; height:500px; background-color:#055">div>




div style="width:200px; height:500px; background-color:#099">div>
div style="width:200px; height:500px; background-color:#060">div>
div style="width:200px; height:500px; background-color:#055">div>

div style="width:400px; height:400px; position:absolute; top:100px; left:100px">
div style="width:300px; height:300px; background-color:#0F0; position:absolute; top:50px; left:50px">
div>
div>

div style="width:200px; height:500px; background-color:#099">div>
div style="width:200px; height:500px; background-color:#060">div>
div style="width:200px; height:500px; background-color:#055">div>

div style="width:300px; height:300px; background-color:#0F0; position:absolute; top:200px; left:200px">
div>

div style="width:300px; height:300px; background-color:#0F0; position:relative">
div>

div class="创造力">1div>
div class="创造力">2div>
div class="创造力">3div>
div class="创造力">4div>
div class="创造力">5div>
div class="创造力">6div>

div style="clear:both">div>

div style="width:800px; height:500px; background-color:#0F0">div>



div id="menu">
    div class="text">首页div>
    div class="text">产品介绍div>
    div class="text">产品图片div>
    div class="text">产品参数div>
    div class="text">关于服务div>
    div class="text">联系我们div>
div>

body>
html>

 

利用CSS简单布局的不同组合类型

标签:text   css布局   tle   top   title   nal   content   ddl   add   

原文地址:http://www.cnblogs.com/jly144000/p/7172437.html


评论


亲,登录后才可以留言!