Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi,
Is there a way to keep the contents of a web site in perspective as it is reduced in size.
My website goes bonks as it is resized from the lower right corner !!!!!!!!!!
I am using HTML and a bit of CSS. . . . .
lucky1

Depends on exactly what you mean.
If you want it to remain the same, put the entire page contents inside a DIV with it's width set to the desired width.
[DIV style="width:800"]
.
. all of page HTML
.
[/DIV]If the browser is sizeed smaller, the page will look the same but scrollbars will be added and the user will have to scroll
If you want the page to get smaller, things closer together as the page gets smaller, you'd position things with DIV and TABLE tags and use percentages for widths of objects. This will only work to an extent as it wouldn't change the size of images. But, in theory, you could use javascript to change the image sizes also. I think that this would be a lot of work and probably wouldn't work well.Be sure to come back and let us know if our suggestions helped!

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |