HTML的布局问题
代码如下:<htmlxmlns="http://www.w3.org/1999/xhtml"xml:lang="en"lang="en"><head><title>unt...
代码如下:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>untitled</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.23.1" />
<style type="text/css">
div.container{width:300px;height:96px;border:dotted black 1px;padding-right:3px;margin: 0 auto}
div.container{background:green;margin-top:10px};
#content_left{position:absolute;top:4px;left:4px;width:106px;height:86px;border:solid black 1px;background:yellow;}
</style>
</head>
<body>
<div class="container">
<div id="content_left"></div>
</div>
</body>
</html>
为什么 id="content_left"的div标签的边框无法显示?是什么问题?请大神帮忙
我顺便说一下我用的是google浏览器
。。,还有,我用firefox也不行。 展开
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>untitled</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.23.1" />
<style type="text/css">
div.container{width:300px;height:96px;border:dotted black 1px;padding-right:3px;margin: 0 auto}
div.container{background:green;margin-top:10px};
#content_left{position:absolute;top:4px;left:4px;width:106px;height:86px;border:solid black 1px;background:yellow;}
</style>
</head>
<body>
<div class="container">
<div id="content_left"></div>
</div>
</body>
</html>
为什么 id="content_left"的div标签的边框无法显示?是什么问题?请大神帮忙
我顺便说一下我用的是google浏览器
。。,还有,我用firefox也不行。 展开
3个回答
展开全部
我也用的火狐;把那两个.container样式写到一起,并添加一个 “position:relative;”就可以了
.container{width:300px;height:96px;border:1px dotted black;padding-right:3px;margin:10px auto 0; position:relative;background:green;}
#content_left{position:absolute;top:4px;left:4px; width:106px; height:86px;border:1px solid black;background:yellow;}
.container{width:300px;height:96px;border:1px dotted black;padding-right:3px;margin:10px auto 0; position:relative;background:green;}
#content_left{position:absolute;top:4px;left:4px; width:106px; height:86px;border:1px solid black;background:yellow;}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询