To see a demonstration of my question, please check out this fiddle.
In short, I am seeking a solution for making the purple border extend to the height of the green border, overlapping it. I am open to any creative solutions and hacks.
Specifically, within the <section>
box of this application, there is a dynamically populated <ul>
with varying amounts of items. The client-approved design includes a space in the top-border between columns due to the changing number of items in the list. I am trying to avoid using floated <div>
s for columns. While I have successfully made the vertical borders purple for visualization purposes, I am unsure if it is possible to make these borders overlap the parent's outer border.
Last edited for clarity on 2015-09-27 at 17:29 UTC-5