Page is a not externally linkable
not2easy - 5:53 pm on Jan 15, 2013 (gmt 0)
The one change I have done on a few sites that had header graphics across the top was to add a line to the css for #header:
img {
max-width: 100%;
}
This lets the image adjust to the size of the screen.