上,右,下,左

/**css*/
.d3{
margin-left: 10px;
float: left;
width: 0;
height: 0;
border-width: 100px;
border-style: solid;
***border-color:#FFCCCC transparent transparent transparent; ***
}
/**html*/
<div class="d3"></div>
**css*/
.d4{
margin-left: 110px;
float: left;
width: 0;
height: 0;
border-width: 100px;
border-style: solid;
border-color: transparent #0099CC transparent transparent;
}
/**html*/
<div class="d4"></div>

568

被折叠的 条评论
为什么被折叠?



