Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[教程] 在编写CSS中 很多地方需要清除浮动

[复制链接]
wpflove111 发表于 2008-1-25 19:08:03 | 显示全部楼层 |阅读模式
清除浮动  首先
  css中
  1. .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  2. .clearfix {display: inline-table;}
  3. /* Hides from IE-mac \*/
  4. * html .clearfix {height: 1%;} .clearfix {display: block;}
  5. /* End hide from IE-mac */
  6. /* ie7 hack*/
  7. *+html .clearfix {
  8. min-height: 1% ;
  9. }
复制代码
在 文件 class=" clearfix"
SSAY 发表于 2008-1-25 19:15:50 | 显示全部楼层
CSS清除浮动,
我只用
.clearfix{
clear: both;
}

评分

1

查看全部评分

回复

使用道具 举报

SSAY 发表于 2008-1-25 19:17:32 | 显示全部楼层
写法是<div class="clearfix"></div>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-12 01:04 , Processed in 0.023368 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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