I am currently designing a dashboard consisting of divs with different sizes, where the height and width are set as percentages. The content within each div is dynamic, and I am looking to add attractive headers to describe the contents of each box.
Currently, the headers are placed inside the boxes, causing complications with overflow and making it tricky to space out the inner content effectively.
Is there a more efficient way to ensure perfectly-sized headers within the divs, or should I consider placing them on top of the boxes like little hats?
Although close to what I envision, the issue of the header scrolling along with the content is not desirable at all.
Create div with title header
I aim for a widget-like design that self-describes its own content.
Referencing a Fiddle that comes quite close to my desired result:
http://jsfiddle.net/exrXR/1019/
However, the use of Position Absolute overrides many important aspects...