IE7 and border-bottom bug

By Xaxio

I’ve just discovered that IE7 has issues with border-bottom. It doesn’t seem to want to always draw the bottom border of text placed within a <h4> for some reason. This is the solution:

display: inline-block; vertical-align: bottom;

Edit: You know what? I think I might be the first person to publish this one ^_^



categoriaGeneral, Tips commento1 Comment dataDecember 3rd, 2007

About... Xaxio

This author published 26 posts in this site.

Share

FacebookTwitterEmailWindows LiveTechnoratiDeliciousDiggStumbleponMyspaceLikedin

Comments


Kamen
October 7th, 2009

Hey.. thanks for that. This bug took me like few hours ti figure out!

Leave a comment