css background color not working with <div>

OneidaElhaddadd

New Member
\[code\]body { background-color: #FFFDEC;}.header { position: fixed; top: 0; left: 0; height: 50px; width: 100%; background-color: #04A7A6; margin: 0; display: block; z-index: 10;}.headermenu { xposition: fixed; top: 50px; left: 0; height: 50px; width: 100%; background-color: #333; color: #333; margin: 0; overflow: visible; z-index: 20;}\[/code\]This code => doesn't display my second header...? I know it has something to do with the header conflicting with the headermenu, but it doesn't conflict with the body background?
 
Back
Top