I am developing a website using asp.net, So far so good. the functionality does not have much a of a problem but the way the page looks is the problem. When the browser page is in full screen mode all the controls are aligned properly and are at the right place, just as it looked when i designed it on VS 2010. But when the browser is in restored down mode or the screen size is reduced everything on the page looks scattered around. I searched online but found no help This link has the same problem but there seems to be no solution posted. Please help.
Thank You 🙂
may be you would like to consider your css elements to be defined in % not absolute measures , for example i have a div width=100px; i would like it to be div width=50%. this would give an relative size of the screen size rather the fixed ones.
also consider the float and do use divs in order to make your page adjust accordingly