Home › Forums › CSS › What am I doing wrong, css Triangles on before/hover › Reply To: What am I doing wrong, css Triangles on before/hover
May 27, 2014 at 10:44 pm
#171222
Participant
@Attila Hajzer Forked your pen, you can find the link to it in a comment when you go to details in your codepen example. Don’t know where this arrow-left
class in the CSS
comes from, for it is not in the HTML
, (copy/paste accident ?).
Changed a few things around: first put the property/values in the pseudo :before
element of the link tag, instead of the list-item, gave it absolute
position to get it out of the flow, and made the border-color
and margin-left
change and transition on hover.
Reply wasn’t working first few times @Paulie_D : had embedded fork of pen, tried it a few times (too much ?)