Forum Moderators: not2easy
#layer1 { width: 100px;
height: 20px;
background-color: #ACACAC;
z-index: 2; }
#layer2 { width: 100px;
height: 22px;
background-color: #222222;
z-index: 1; }
This would create virtually the same effect has using 'border-bottom: 2px solid #222222;'