Home › Forums › CSS › How to extend the clickable area of a link with a background-image › Reply To: How to extend the clickable area of a link with a background-image
February 28, 2014 at 9:53 am
#164370
Participant
I created a CodePen (hope I did it right).
http://codepen.io/bibbott/pen/Bzonw
The actual site is at dev.databusys.com (and you’ll be able to see the header there)
It did help to move a lot of the CSS into the anchor links, but now I’m trying to get the menu text to appear BELOW the icon. I thought using positioning and bottom:0; might solve it, but it doesn’t seem to have an effect.
Does that help?