I’m trying to build a screen like this:

How can I put my span and anchor elements to grow in height to be with same height of the li?
I already started with this example http://jsfiddle.net/Gh6mB/1/
My center column should expand in height and width. The left and the right column should expand in height but should keep the width fixed.
Is there anything I can do to simplify this?
I modified the css to match the
<table><tbody><tr><td>structure, because you had a four level nesting. I had to add a wrapperdivto the first table between theliand thespans:http://jsfiddle.net/Gh6mB/8/