Can anyone suggest a way that HTML UI's width, height & alignment should remain unchanged after resize of window, that is the scrollbar should get increased proportionally with decrease in window size so that whole window can be seen intact as before by sliding the scrollbars (ok, for slight contraction in width & height of elements like decrease in padding or margin). I tried using overflow auto. When I gave overflow tag for every element scrollbars are seen in every element, but I want only one common scrollbar for whole page which should chnage on window resize. Also I gave width of all the div's in "%'s" & height in pixels. When I resize the window one element is getting overlapped on other, so entire layout is being disturbed. Is it that width should be given in px or height should be given in %'s. Pls sugest a new, sophisticated easy to do solution.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.