I am looking to enhance the appearance of a div by adding two extra bottom borders, similar to the image provided:
Would it be necessary for me to insert two additional empty divs in order to achieve this? My current markup is very basic:
<div class="box">
main div
</div>
For reference, here is a basic demo: http://jsfiddle.net/3TWtF/