I'm trying to create a menu that looks like the image, but I'm having trouble figuring out how to divide the two divs and make them clickable.
I've experimented with using SVG and borders on the divs, but I can't seem to get them to work together because of the rectangular "outline."
You can see an example of the image at this link:
My current output:
********| *****
******* | ******
****** | *******
***** |********
Desired output:
******** *****
******* ******
****** *******
***** ********
I also want to make these divs clickable.
This is my attempt based on Hugo Marabutt Nogueira's answer.
You can view my code here: http://jsfiddle.net/L7PL4/