Home › Forums › CSS › PSD to CSS conversion problem › Re: PSD to CSS conversion problem
January 30, 2013 at 7:55 am
#122818
Participant
a.current:before, a.current:after {
border-color: transparent #099edd transparent transparent;
border-style: solid;
border-width: 0 15px 15px 0;
content: “”;
height: 20px;
width: 0;
position: absolute;
top: 0;
left: -12px;
z-index: 1;
}
a.current:after {
border-width: 15px 15px 0px 0px;
top: auto;
bottom: 0;
}