Forums

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

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

#164370
coverville
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?