Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flexible triangles using borders? Re: Flexible triangles using borders?

#115400
jwebcat
Member

then you can align it with the absolute positioning and make it appear/dissappear with
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0); height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}