So I have a question regarding the markup and CSS of a project. How would you code this screenshot? I think a table is the way to go but the Problem is the horizontal background image (with the shadows). As you might know you cant give a <tr /> a background image. So I have two options:
A) slice the horizontal background of each <tr> into small images for each <td>
or
B) forget about the table and use <dl> but that would increase the markup and I don’t really like the idea :D
What do you suggest?
Here is the screenshot: http://storage.maximilianschoening.com/screeny_at2323.jpg
