I’m trying to create a bordered, folder-styled div in css but cannot seem to get rid of the border which separates the two parts.
Here’s how far I’ve got so far: http://jsfiddle.net/Argoron/GUtDy/12/
I’m at a loss as to how to avoid the border that separates the header div from the content div.
Thanks in advance for your help !
The correct approach would be to place one 1px (or npx, where n is the border width) over the other, then place the tab over the tabbed area with z-index.
Code
I didn’t use your code, but instead constructed from mine.
HTML
CSS