|
It obviously depends on the context. As mentioned by Ulrik, if you are catering for mobile users, then you'd want a small banner/header. Generally, for PCs, I create headers that are between 200 and 300px as anything much larger than this tends to force the visitors to scroll a lot on the page, particularly with screen resolutions of 1024x768 or 800x600.
Width-wise, I usually create banners smaller than 900px. 800px is good, although it can look a bit small on a larger screen. As mentioned, using CSS can overcome this - either by setting a max and min-width; a banner that grows when the window is resized, or a combination of them.
Dan
|