Hey Guys,
I am having issues with my header. I have a header image which I set as my background that expands with browser, but I want it to be 502px in height.
Here is my css:
.Container #header {
padding: 0px 0px 0px 0px;
background-color: #DDDDDD;
background: url('folioheader.jpg') repeat-x top #ffffff
}