I'm trying to achieve this layout with CSS (without tables, I guess. Whatever). Any ideas?

|
I'm trying to achieve this layout with CSS (without tables, I guess. Whatever). Any ideas?
|
|||||||||||||||
|
|
There's a few things you can do but it depends on the specifics of the problem. A few questions:
If the photo is always the same height, and there's only one line of text, you can set the If there could be several lines of text you might need to use an EDIT: Unfortunately, this can't be done using CSS alone since there's no vertical centering allowed on block level elements. Here's an example that'll work with any length of text in a HTML
CSS
Javascript/JQuery
|
|||||||||||
|
|
|
|||||||||||||
|
|
Check out table and cell CSS attributes (especially the elementary case of a table with a single cell whose contents are centered vertically and horizontally). |
||||
|
|