当前位置: 网站建设 > 网页设计 > 建站经验 >

CSS实例 网页布局中的图文列表

时间:2013-03-02 03:44来源:未知 作者:admin 点击:

标签:CSS实例 网页布局中的图文列表 布局(72)列表(16)网页(168)网站建设(1202)CSS(655)图文(1)中的(55)实例(55)
--> [网站建设之]CSS实例:网页布局中的图文列表 [ 提醒:你可先修正局部代码,再按Ctrl+A 全体抉择 ] 图文html构造: Tag:图文列表 图文列表 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN html xmlns= head meta http-equiv=content-type c
CSS实例 网页布局中的图文列表》文章地址:http://www.tfxk.com/wangyesheji/jianzhanjingyan/0302333292013.htm
--> [网站建设之]CSS实例:网页布局中的图文列表

    [ 提醒:你可先修正局部代码,再按Ctrl+A 全体抉择 ]

     图文html构造:

Tag:图文列表     图文列表     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head>,CSS实例 定位(position)页面定位详解; <meta http-equiv="content-type" content="text/html; charset=gb2312" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>新闻中央-搜狐</title> <,CSS定义的下拉菜单代码;style type="text/css"> /* 全局CSS定义 */ body { text-align: center; margin:0 auto; padding:0; background: #FFF; font-size:12px; color:#000;font-family:宋体;} body > div {text-align:center; margin-right:auto; margin-left:auto;} div,form,ul,ol,li,span,p {margin: 0; padding: 0; border: 0;} img,a img{border:0; margin:0; padding:0;} h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px;font-weight:normal;} ul,ol,li {list-style:none} table,td,input {font-size:12px} table {margin:0 auto;} .column380 {width:380px;float:left;display:inline;border:1px solid #B8CBE4;margin:50px;} .blank10 {margin:0 auto;height:10px; font-size:1px;clear:both;} h2 {height:20px;background: #D8E3F1 url( no-repeat left top;color:#039;text-align:right;padding:0 4px 0 14px;line-height:20px;border-bottom:1px solid #B8CBE4;} h2 span {font-weight: bold;float:left;} h2 a {color:#039;} .picTextGroup {width:352px;margin:0 auto;color:#666;line-height:20px;} .picTextGroup img {margin:0 10px 0 0;border:1px #A5C0E1 solid;background:#fff;padding:1px;} .picTextGroup .title {color:#039;font-size:18px;font-weight: bold;line-height:26px;} .picTextGroup .title a {color:#039,CSS学习教程 学习CSS的宽度width;} .picTextGroup a {color:#666;} .picTextGroup .moreT a {color:#A4621C;} .picTextGroup a:hover {color:#CC0000;} .f12list ul {width:360px;margin:0 auto;clear:both;} /* 链接色彩 */ a {color: #000;text-decoration:none} a:hover {text-decoration:underline,CSS字体:详解font属性;} .picTextGroup {text-align:left;margin:0 auto;line-height:20px;color:#333;width:92%} .picTextGroup img {margin:0 4px 0 0;float:left;} /*图文混排*/ .picTextGroup a {color:#333;} .picTextGroup p {clear:none} /* 列表属性 */ .f12list .more {text-align:right} .f12list li,.f12list p {color:#333;line-height:22px;font-size:12px;text-align:left} .f12list li a,.f12list p a {color:#333} .f12blue td a,.f12list tr a {color:#003399} </style> </head> <body> <div class="column380"> <h2><span><a href="" target=_blank>深度关注</a></span><a href="" target=_blank>更多>></a></h2> <div class=blank10></div> <div class=picTextGroup> <p><a href="" target=_blank> <img height=70 alt=当代中国大学生信奉调查 src=" width=70 border=0> </a> <span class=title><a href="" target=_blank>当代中国大学生信仰考察</a></span><br>现在,年青一代在荧幕中高喊:由于信奉,向死而生。战斗年代不再,信奉是否仍旧…<span class=moreT>[<a href="" target=_blank>详细</a>]</span> </p> </div> <div class=blank6></div> <,css字体设置(不同浏览器设置效果);div class=f12list> <ul> <li>·<a href="" target=_blank>国民刘春梅之逝世</a>·<a class="" href="" target=_blank>高校腐朽几时休,大众多少时休,之恨何时已</a></li> <li>·<a class="" href="" target=_blank>伊朗核会谈再现新较量</a>·,CSS如何自定义滚动条样式;<a class="" href="" target=_blank>气象变暖下,小国的苦苦抗争</a></li> <li>·<a href="" target=_blank>课堂教养在PPT中渐失灵魂</a>·<a class="" href="" target=_blank>如果我中了3.6亿巨奖</a></li> </li> </ul> </div> <div class="blank10"></div> </div> </body> </html>  程序代码
<div class="picTextGroup">
     <p>
           <a href="" alt""><img src="图片"/></a>
    ,CSS如何控制标题字符多余部分用…省略号表示;    ,CSS外部引用使用link与import的区别;   <span class="title"><a href="" alt"">大题目</a></span><,CSS备忘录;/br>
           文字先容内容....         ,CSS基础:设置文本的背景颜色;   
           <span class=moreT>[<a href="" target=_blank>具体</a>]</span>
     </p>
</div>

搜狐消息核心,左边栏图文列表:
  

看详细演示后果:


(责任编辑:网站建设)
CSS实例 网页布局中的图文列表相关文章
上一篇:CSS实例 定位(position)页面定位详解 下一篇:CSS实例 网页背景渐变
回到顶部