I want a color overlay on this header element. How can I do this with CSS?
#header.overlay { background-color: SlateGray; position:relative; width: 100%; height: 100%; opacity: 0.20; -moz-opacity: 20%; -webkit-opacity: 20%; z-index: 2; }
Something like this. Just add the overlay class to the header, obviously.
overlay