Tag Archives: centering

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