Forum Moderators: mack
The long answer is it depends. Some things like images will make things tricky. Tabular layout will also cause headaches. So the question is how is your site laid out?
Shawn
[edited by: JamesR at 4:22 pm (utc) on July 21, 2003]
[edit reason] sorry, no personal URLs please - thanks [/edit]
You should remove your url if you still can edit your post, as it is contrary to the terms of use...
(But I looked at it anyway, and here is what I see...)
Your layout is completely table based, and the width of the table cells are all hard coded as a set number of pixels, which is why your layout doesn't resize to fit the width of the window.
As a start, you could try make the widths percentages rather than fixed numbers of pixels. Or you could try a more free-flowing css layout, but that route may take you more time to get up to speed.
What I meant by images is that if an image is wider than the screen, it will, of course, scroll. There is no problem having narrower images.
Shawn