Banner Size

J

Jack

I have created a banner for my website and it is a fixed size. Is there a
way to make it appear across the whole width of the page no matter what
resolution or if you have the favorites column showing? I would like it to
stretch or shrink to the correct size automatically.
TIA
 
S

Stefan B Rusynko

Not recommended
- will probably cause distortion of the image
Design your layout to be screen size / browser window independent




| I have created a banner for my website and it is a fixed size. Is there a
| way to make it appear across the whole width of the page no matter what
| resolution or if you have the favorites column showing? I would like it to
| stretch or shrink to the correct size automatically.
| TIA
|
|
 
M

Murray

Resolution is not the issue. The width of the browser viewing area
(viewport) is the issue.

Read this to see what I mean -

http://www.thepattysite.com/window_sizes1.cfm

Your best bet is to make the banner no wider than the average expected
viewport, and center align it in a container (a table cell, for example)
that is flexible, and has a complementary background color so that the
container expands, but the banner just floats.
 
Top