为什么CSS里的多个id选择器只有第一个有效,帮我看看哪里错了
在dreamweaver里看没问题,可是保存后在网页里打开就只有第一个div有样式,后面2个没样式<html><head><title>无标题文档</title></he...
在dreamweaver里看没问题,可是保存后在网页里打开就只有第一个div有样式,后面2个没样式
<html>
<head>
<title>无标题文档</title>
</head>
<style type="text/css">
#div1{width:200px;height:200px; background:#060};
#div2{width:400px;height:200px; background:red};
#div3{width:200px;height:200px; background:#060};
</style>
<body>
<div id="div1"></div>
<div id="div2"></div>
<div id="div3"></div>
</body>
</html> 展开
<html>
<head>
<title>无标题文档</title>
</head>
<style type="text/css">
#div1{width:200px;height:200px; background:#060};
#div2{width:400px;height:200px; background:red};
#div3{width:200px;height:200px; background:#060};
</style>
<body>
<div id="div1"></div>
<div id="div2"></div>
<div id="div3"></div>
</body>
</html> 展开
4个回答
展开全部
亲 样式要写对
#div1{width:200px;height:200px; background:#060};
#div2{width:400px;height:200px; background:red};
#div3{width:200px;height:200px; background:#060};
每一句结尾是不需要‘;’它的;
#div1{width:200px;height:200px; background:#060}
#div2{width:400px;height:200px; background:red}
#div3{width:200px;height:200px; background:#060}
id是可以为div1,div2的
#div1{width:200px;height:200px; background:#060};
#div2{width:400px;height:200px; background:red};
#div3{width:200px;height:200px; background:#060};
每一句结尾是不需要‘;’它的;
#div1{width:200px;height:200px; background:#060}
#div2{width:400px;height:200px; background:red}
#div3{width:200px;height:200px; background:#060}
id是可以为div1,div2的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#div1{width:200px;height:200px; background:#060};
#div2{width:400px;height:200px; background:red};
#div3{width:200px;height:200px; background:#060};
这三行后面的分号去掉
#div2{width:400px;height:200px; background:red};
#div3{width:200px;height:200px; background:#060};
这三行后面的分号去掉
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
孩子。。谁教你在css花括号外面还有;号的啊。。 div1{width:200px;height:200px; background:#060};这个分号不要。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
id名称不可以是div1,div2,div3,你可以起其他名称!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询