JavaScript - keeping the width of html page irrespective of the screen resolution
Asked By Aradhana S on 24-Jul-12 06:30 AM
Hi,
I have created a html page.when i launch it in a browser and minimize the screen,on minimizing the content of the screen gets shrinked.But i dont want the content to be shrinked i want the page to be of the same width but show a scroll bar instead of trying to shrink the web page,so that i can scroll can see the hidden contents.
Thanks