问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

请问:css如何实现一个向下的三角形边框(border)?不明白的可以看下面图...

发布网友 发布时间:2022-04-30 15:15

我来回答

3个回答

热心网友 时间:2022-04-16 06:03

根据你的图片,达到这种效果有2种方法:

    1.用图片png图片作为背景;

    2.可以用纯css就可以达到,举个例子:

<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

    <title>Document</title>

<style type="text/css">

body{

    background-color: #444;

}

.test{

    width: 15px;

    height: 30px;

    box-sizing:border-box;

    border-top: 15px solid #f5f5f5;

    border-bottom: 15px solid #f5f5f5;

    /*border-left: 20px solid #0f0;*/

    border-right: 15px solid transparent;

   /* border-top-right-radius: 4px;

    border-radius: 12px;*/

}

.csspic{

    width: 200px;

    height: 400px;

    margin:50px auto;

    background:  url(images/5.jpg) -15px top no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    border-radius: 10px;

    position: relative;

    border: 15px solid #f5f5f5;

    -moz-background-clip: border;

    -webkit-background-clip: border-box;

    -o-background-clip: border-box;

    background-clip: border-box;

}

.img{    

    overflow: hidden;

    width: 260px;

    height: 400px;

}

.sjx{

    position: absolute;

    top:30px;

    left: -15px;

    background:  url(images/5.jpg) left -30px no-repeat;

    -webkit-background-size: 500px;

    background-size: 500px;

    z-index: 9999;

}

.csspic img{

    height: 100%;

</style>

</head>

<body>

    

    

    <div class="csspic">

        <div class="sjx">

            <div class="test"></div>

        </div>

        <div class="img"><!-- <img src="images/5.jpg"> --></div>

        

    </div>

</body>

</html>

热心网友 时间:2022-04-16 07:21

求图追问图已经付上

追答如楼下

热心网友 时间:2022-04-16 08:56

<!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>用css的border属性实现三角</title>
<style type="text/css">
<!--
.box{ width:300px; height:300px; background:#CCC; position:relative; top:100px;left:100px }
.to-top{display:block; overflow:hidden; width:0px; height:0px; border:6px solid #ccc; border-color:#ccc #fff; border-width:0 6px 6px 6px; position:absolute; left:30px; top:0;margin-top:-6px;}
.to-right{display:block; overflow:hidden; width:0px; height:0px; border:6px solid #ccc; border-color:#fff #ccc; border-width:6px 0 6px 6px; position:absolute; right:0px; top:30px;margin-right:-6px;}
.to-bottom{display:block; overflow:hidden; width:0px; height:0px; border:6px solid #ccc; border-color:#ccc #fff; border-width:6px 6px 0 6px; position:absolute; right:30px; bottom:0;margin-bottom:-6px;}
.to-left{display:block; overflow:hidden; width:0px; height:0px; border:6px solid #ccc; border-color:#fff #ccc; border-width:6px 6px 6px 0 ; position:absolute; left:0; bottom:30px;margin-left:-6px;}
-->
</style>
</head>

<body>
<div class="box"><em class="to-top"></em><em class="to-right"></em><em class="to-bottom"></em><em class="to-left"></em></div>

</body>
</html>
源码奉上,看吧,利用border追问确实可以!谢谢!我没金币了!下次怎么问你呢?告诉我你的QQ?

追答确定我的为最佳答案就行了,有问题直接给我百度这个帐号发信就行

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
养胃的药最好的是什么啊 婴儿积食发烧不愿吃药怎么办 板门穴位在哪个部位 手机设置放偷看的方法? 凝结水回收器生产厂家? 个人账户养老金预测公式:现有5万元,缴费20年,能领多少钱? 临沂比较有名的男装品牌 呼伦贝尔市悦动网络科技有限公司怎么样? 呼伦贝尔中汇实业有限公司怎么样? 呼伦贝尔油玉不绝电子商务有限公司怎么样? 阿里巴巴诚信通,已经开始认证了,但不想办了,能退钱么 CSS修改:用CSS写的下边框不显示。 CSS定义表格,一行只留某几个格的下边框 诚信通不续费,网销宝账户里面的费用能取出来吗 腿关节酸胀是什么原因引起的,能喝国公酒吗? 温州阿里巴巴客服中心在哪里 求css的布局的下边框风格属性代码 老寒腿是什么症状,能喝国公酒治疗吗? 阿里巴巴是否有骗 1.3丁二烯与乙烯醛的反应式子 2甲基13丁二烯和乙烯 如何用css 给单元格加下边框,谢谢 CSS里我想只显示div的下边框,怎么搞? 乙烯合成1,3-丁二烯,其它试剂任选. 史国公酒会引发肿瘤吗 环己烯可以通过丁二烯与乙烯发生环化加成反应得到:实验证明,下列反应中反应物分子的环外双键比环内双键 乙烯与丁二烯合成高分子是什么意思啊?化学方程式是什么? 工商局来店里有过期国公酒产品大概罚款多少 乙烯和1,3-丁二烯的混合气体1L 一三丁二烯和乙烯怎么反应 不粘锅锅底有赃物,很难清洗,能用84消毒液浸泡后再洗吗? 人参再造丸和六味地黄丸泡进国公酒里面,喝了会有什么效果!我是男的二十岁! 龙岩地区想做阿里巴巴诚信通的找谁呢? 阿里巴巴被误虚假交易直接打电话人工服务能解决吗 化油器清洗剂可以除锅锈吗?清洗锅锈后的锅对人有害吗? 国公酒喝多了会上火吗 阿里巴巴人工客服电话怎么打? 在css中怎么同是给dl加上有边框和下边框 正宗陕西炸酱面的做法 html css3样式 只显示下边框样式 css下拉菜单能加边框吗 css边框上下左右移动用什么属性 远程教育和继续教育的区别在那 网络教育和成人函授是一样的吗? 正宗的炸酱面怎么做 如何复制到花瓣网上的所有图片并批量保存到电脑? 什么是普通高等院校继续教育或网络教育毕业证书 小天才手表充电不进,福州维修点在哪? 怎么做好吃,陕西版家常炸酱面的家常做法 康佳智能电视怎么使用游戏手柄?需要设置吗?