Banner Size

  • Thread starter Thread starter Jack
  • Start date Start date
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
 
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
|
|
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top