好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

IE6下span右浮动换行怎么处理_html/css_WEB-ITnose

IE6下span右浮动换行怎么处理:
在编写新闻列表的时候,一般要求左边是新闻标题,右边是新闻发布时间。时间一般会放在 标签中,并将其右浮动。
代码如下:

      蚂蚁部落  li{  list-style-type:none;  font-size:12px;  color:blue;  width:300px;  height:30px;  line-height:30px;  border-bottom:1px dashed blue;}span{  color:red;  width:60px;  height:30px;  float:right;}   

蚂蚁部落欢迎您 2012-12-13 大家好,好久不见了 2012-12-13 蚂蚁部落 2012-12-13

查看更多关于IE6下span右浮动换行怎么处理_html/css_WEB-ITnose的详细内容...

  阅读:35次