Any idea how to do this using css ?

I'm looking for a good and clear way to do this.
|
|
HTML
CSS
|
|||
|
|
|
HTML
CSS
|
||||
|
|
|
The easiest way to do it is just use three divs and border property:
your css :
fiddle for testing: http://jsfiddle.net/SURzN/ |
|||
|
|
|
working example: http://jsfiddle.net/fTGuV/ css:
html:
|
|||
|
|
|
HTML
CSS
|
|||
|
|
|
Easiest thing i did :-
CSS
|
|||
|
|
|
I would keep it all in the same box... HTML
CSS
|
|||
|
|