为了账号安全,请及时绑定邮箱和手机立即绑定

我试了:width:100%;overflow:hidden的方法...然而并没有什么" "用.这是为什么?

http://img1.sycdn.imooc.com//55cdba1100013d2908790234.jpg浏览器是火狐的,然而并没有什么" "用.

正在回答

4 回答

晕,你外联怎么不在head里添加外联样式    <link  rel="stylesheet" href="index.css" type=“text/css” />

我就想问你、害不害羞,害不害羞。

1 回复 有任何疑惑可以回复我~

我用了360,谷歌和IE显示都是正常的啦。你第一次是用什么浏览器??


0 回复 有任何疑惑可以回复我~

http://img1.sycdn.imooc.com//55dc0f3100012d5206670198.jpg不过我用的是谷歌浏览器

0 回复 有任何疑惑可以回复我~
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
	<title>清除浮动</title>
	<style type="text/css">
	#box1{height: 50px;background-color: red;float:left;}
	#box2{height: 50px;background-color: blue;float:right;}
	p{background: green none repeat scroll 0;
	  color:#fff;
	  width: 100%;
	  overflow: hidden;}
	</style>
</head>
<body>
<div id="box1">我是盒子1</div>
<div id="box2">我是盒子2</div>
<p>我是P 元素我是P 元素我是P 元素我是P 元素我是P 元素我是P 元素我是P 元素我是P 元素我是P 元素</p>
</body>
</html>

我这样可以呀~~不知道你的为什么不可以呢


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
网页布局基础
  • 参与学习       214705    人
  • 解答问题       1756    个

让你精通CSS中三大定位机制,彻底掌握网页布局的相关知识

进入课程

我试了:width:100%;overflow:hidden的方法...然而并没有什么" "用.这是为什么?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信