Forums

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

Home Forums CSS Vertical align image sprites horizontally in footer Re: Vertical align image sprites horizontally in footer

#130195
wolfcry911
Participant

You could make the anchor display: inline-block instead of block and use vertical-align: middle.

A couple of notes:
1) you’re using sprites, but to the bare minimum. I would, at the very least, combine the three footer anchor sprites into one. Fewer requests, faster load time

2) line 70 in font.css is plain ugly. Use the C in CSS! Give just the body that font declaration and everything else will share it. Then override those that differ.