Skip to content

Instantly share code, notes, and snippets.

@libo1106
Last active December 17, 2015 20:39
Show Gist options
  • Save libo1106/5669590 to your computer and use it in GitHub Desktop.
Save libo1106/5669590 to your computer and use it in GitHub Desktop.
css-triangle 兼容IE6
.triangle_left,
.triangle_down,
.triangle_right,
.triangle_up{
border:5px dashed transparent;
width:0;
height:0;
font-size:0;
overflow:hidden
}
.triangle_left{
border-right:5px solid #000
}
.triangle_down{
border-top:5px solid #000
}
.triangle_right{
border-left:5px solid #000
}
.triangle_up{
border-bottom:5px solid #000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment