Tag Archives: inline-block

How Browsers Work: Behind the scenes of modern web browsers

In the years of IE 90% dominance there was nothing much to do but regard the browser as a “black box”, but now, with open source browsers having more than half of the usage share, it’s a good time to take a peek under the engine’s hood and see what’s inside a web browser. Well, … Continue reading How Browsers Work: Behind the scenes of modern web browsers

4px ghost space with CSS display inline-block

I know why you’re here, I’ve gone through this as well. Like me you created a container box with dynamic height, 100%, and inside it you want some columns that reside near each other, occupying the same height of their parent, 100% them too. Now assumed that the display attribute block does not accept to … Continue reading 4px ghost space with CSS display inline-block