Showing posts with label the * html hack. Show all posts
Showing posts with label the * html hack. Show all posts

Friday 6 December 2013

CSS : Vertically aligning with CSS


Vertically aligning with CSS

Vertically aligning with tables was a doddle. To make cell content line up in the middle of a cell you would use

vertical-align: middle.

This doesn't really work with a CSS layout. Say you have a navigation menu item whose height is assigned 2em and you insert this vertical align command into the CSSrule. It basically won't make a difference and the text will be pushed to the top of the box.

Hmmm... not the desired effect. The solution? Specify the line height to be the same as the height of the box itself in the CSS. In this instance, the box is 2em high, so we would insert

 line-height: 2em

into the CSS rule and the text now floats in the middle of the box - perfect.




Other Topics


Physics basic inventions and inventors

1.Which instrument is used to measure altitudes in aircraft's ? Audiometer Ammeter Altimeter Anemometer Explanation : ...