ie6和火狐float 浮动兼容问题~~~~~~
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/...
<!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=gb2312" />
<title>无标题文档</title>
</head>
<body>
<div class="a" style="height:50px; width:50px; background:#CCCC33;float: left;"> </div>
<div class="b" style="height:50px; width:50px; background:#00CCCC;">sdfd</div>
</body>
</html>
这段代码在 IE6和火狐里浏览效果不同 IE6两个DIV左右并排。而火狐走形了。 问一下不删除float属性的条件下。如何让火狐效果和ie6一样??谢~!!不好意思没分了呵呵。。 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<div class="a" style="height:50px; width:50px; background:#CCCC33;float: left;"> </div>
<div class="b" style="height:50px; width:50px; background:#00CCCC;">sdfd</div>
</body>
</html>
这段代码在 IE6和火狐里浏览效果不同 IE6两个DIV左右并排。而火狐走形了。 问一下不删除float属性的条件下。如何让火狐效果和ie6一样??谢~!!不好意思没分了呵呵。。 展开
2个回答
展开全部
您好!很高兴为您答疑!
位置颠倒了,把下面两段换个位置,就可以了。
<div class="a" style="height:50px; width:50px; background:#CCCC33;float: left;"> </div>
<div class="b" style="height:50px; width:50px; background:#00CCCC;float: left;">sdfd</div>
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
位置颠倒了,把下面两段换个位置,就可以了。
<div class="a" style="height:50px; width:50px; background:#CCCC33;float: left;"> </div>
<div class="b" style="height:50px; width:50px; background:#00CCCC;float: left;">sdfd</div>
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
展开全部
<!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=gb2312" />
<title>无标题文档</title>
</head>
<body>
<div class="a" style="height:50px; width:50px; background:#CCCC33;float: left;"> </div>
<div class="b" style="height:50px; width:50px; background:#00CCCC;float: left;">sdfd</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<div class="a" style="height:50px; width:50px; background:#CCCC33;float: left;"> </div>
<div class="b" style="height:50px; width:50px; background:#00CCCC;float: left;">sdfd</div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询