I'm encountering an issue with the overflow hidden property of an element.
My goal is to have the green bordered box slightly overlapping the red box, similar to the second example shown.
<ul>
<li id="first_slide">sdsdsadsadasdas</li>
<li>sdsdsadsadasdas</li>
</ul>
<section class="footer">some content </section>
JSfiddle : http://jsfiddle.net/squidraj/XyNTZ/1/
Is there a way to raise the footer box slightly without using any positioning?