banner size?

S

Susan

On home page I have rectangular banner at top of the
page. I have two computers with different screen
resolution. If I adjust the banner to fit one screen, it
causes the page to be too wide and then I have the
problem of horizontal scrolling on the one computer. If I
use the 100% option, the banner is wide and thin--looks
like it has been scretched like a balloon. How do the
pros handle this?

Thanks for information.
Susan
 
C

Cowboy \(Gregory A. Beamer\)

If you are talking about a banner ad, there is a default size. If you just
mean header banner, you have the option of using relative sizing and
allowing the banner to expand both horizontally and vertically. This is most
commonly done with CSS. Do a search on liquid layout and you will see the
CSS methodology. You do not need to apply it to everything on your page, so
take what you need from the site to fix your banner issue and throw the rest
away. (NOTE: Some MVPs might strongly disagree with me on not telling you to
do 100% CSS, so you will likely get differing opinions here ;->).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
T

Thomas A. Rowe

Just make the image no wider than 750 pixels and center it on your page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top