|
Have you tried using a fluid layout instead of a fixed size layout. What I mean is that instead of using pixel sizes to define the width/heights of divs you use percentages instead. For example, if you said the width of your container div should be 90% then that div will take up 90% of the browser window, whether the visitor is using 800x600 or 1024x768, etc.
|