html+Css大神来说说边框圆角的问题。
圆角边框ie10以下都不认识,那么我怎么能实现兼容ie的圆角边框,其次设计师给我张图,我有点蛋疼,边框上边是圆角,下边是普通的,我连圆角都兼容不了,现在还来个上边圆角,下...
圆角边框ie10以下都不认识,那么我怎么能实现兼容ie的圆角边框,其次设计师给我张图,我有点蛋疼,边框上边是圆角,下边是普通的,我连圆角都兼容不了,现在还来个上边圆角,下边普通。这要怎么做啊。看下图。
展开
2个回答
展开全部
<!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=utf-8" />
<title>css3圆角</title>
<style>
div{
border: 1px solid #696;
padding: 60px 0;
text-align: center;
width: 200px;
-webkit-border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0
bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99,
#66EE33);
background: linear-gradient(#EEFF99,
#66EE33);
-pie-background: linear-gradient(#EEFF99,
#66EE33);
behavior: url(PIE.htc);
</style>
</head>
<body>
<div></div>
</body>
</html>
这个试下
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=utf-8" />
<title>css3圆角</title>
<style>
div{
border: 1px solid #696;
padding: 60px 0;
text-align: center;
width: 200px;
-webkit-border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0
bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99,
#66EE33);
background: linear-gradient(#EEFF99,
#66EE33);
-pie-background: linear-gradient(#EEFF99,
#66EE33);
behavior: url(PIE.htc);
</style>
</head>
<body>
<div></div>
</body>
</html>
这个试下
追问
可以的朋友,ie8及以下不支持,不过已经不错了。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用背景图片
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询