The page is here. The source is pretty straightforward. I’ve tried doing this with absolute positioning and a few other methods, none of them turn out exactly right.
The page is here . The source is pretty straightforward. I’ve tried doing this
Share
See here: http://jsfiddle.net/yXUdN/
I changed these:
To this:
You can also use the
display:tablerules to accomplish this, which would be better in the cases where the text spans multiple lines: http://jsfiddle.net/yXUdN/1/Also, you shouldn’t have multiple elements with the same ID. Use classes instead.