Tag Archives: li

Centering images and text inside an li or div

Found a good fix for this one as well. This will work on LIs or DIVs. Here’s how to do this in IE and FireFox: li { display: inline; text-align: center; } li img { display: block; margin: auto; } … Continue reading

Posted in CSS | Tagged , , , , , , | 1 Comment

Getting rid of spaces between LIs in IE

Took a bit of research, but the only way I could get rid of all the space between LIs in IE was to make the LI inline and the anchor tag within the LI a block like this: .some-class li … Continue reading

Posted in CSS | Tagged , , , , , | Leave a comment