Vertical Alignment
Vertically aligning items is a tricky thing to do in CSS. While it should be as simple as setting vertical-align: middle;, that method doesn’t work for block level elements (read: paragraphs). While there are techniques to get that to work, this article is a good introduction to what you CAN do with the vertical align property.
http://css-tricks.com/what-is-vertical-align/
CSS has a property called vertical align. It can be a bit confusing when you first learn about it, so I thought we could go through it’s use a little bit.
This entry was posted on Monday, April 20th, 2009 at 8:29 pm and is filed under Articles, Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.