CSS中可以让相临近的表格边框重叠吗?如下代码
以下这样的代码能让表格边框重叠吗?<styletype="text/css"><!--.someclass{ border:1px...
以下这样的代码能让表格边框重叠吗?<style type="text/css"><!--.someclass { border: 1px solid #00CE67; width : 200px; height : 200px; background-color : #F5FFEC; float:left;}--></style></head><body><div class="someclass"></div><div class="someclass"></div><div class="someclass"></div><div class="someclass"></div></body></html>
展开
展开全部
你想要这几个div重叠的话、可以设置它们的负边距属性来实现;
比如:.someclass{margin-right:-20px;;}数值越大相叠加的越多
比如:.someclass{margin-right:-20px;;}数值越大相叠加的越多
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你注释干嘛 去掉注释呀
<!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>
<style type="text/css">
*{margin:0;padding:0}
body{margin:0 auto}
.someclass { border: 1px solid #00CE67; width : 200px; height : 200px; background-color : #F5FFEC; float:left;}</style>
</head>
<body>
<div class="someclass"></div><div class="someclass"></div>
<div class="someclass"></div><div class="someclass"></div>
</body>
</html>
<!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>
<style type="text/css">
*{margin:0;padding:0}
body{margin:0 auto}
.someclass { border: 1px solid #00CE67; width : 200px; height : 200px; background-color : #F5FFEC; float:left;}</style>
</head>
<body>
<div class="someclass"></div><div class="someclass"></div>
<div class="someclass"></div><div class="someclass"></div>
</body>
</html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询