Quote:
But when it is minimized all my images etc clump together and move about.
|
minimized as in resized??
u r not doing anything.
that is how pages behave when the browser is resized.
then the page tries to adjust itself to the new browser window dimensions..
so, if u specified percentage widths, then those elements take the % of the new window size..
you cant design a page for all possible browser window sizes..
else you can specify px values for the layout.. but then you will have to do with horizontal scrollbars which dont look good
else u can use javascript to keep the windows maximized at all times and disallow resize 
|