Forums

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

Home Forums CSS PSD to CSS conversion problem Re: PSD to CSS conversion problem

#122818
wolfcry911
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;
}