Hey there! I am currently in the process of learning how to create a simple website. So far, I have successfully created some static web pages and now I am attempting to add a dynamic element with CSS. As part of this effort, I decided to experiment with this example. My goal is to make elements overlap each other to achieve a visually appealing layout that resembles the following:
_ ______ _ _______
|N|De|N|De|N|Details|.....Etc
|A| |A| |A| |
|M| |M| |M| |
|E| |E| |E| |
|_|__|_|__|_|_______|
However, my current outcome looks like this:
_ _______ _ _______
|N|Details||N|Details|.....Etc
|A| ||A| |
|M| ||M| |
|E| ||E| |
|_|_______||_|_______|
I would appreciate any guidance on how to improve this design. You can view the code on jsFiddle by visiting the following link: http://jsfiddle.net/kdGCu/