Newbie: Screen size issues

G

Guest

As a new programmer, I was given the task of redesigning a web app for the
company using asp.net and vb. I built the app on my screen resolution of
1024x768 and now that the project is nearly over I have been asked to make
the app accessible and easy to navigate in a 800x600 environment. Is there
any easy way to keep the relative size of the objects on a page the same
reguardless of the screen size, or am I stuck redesigning all of my pages?

Any help would be much appreciated.

Thanks,
Chris
 
W

Weston Weems

Well Chris,

I dont really consider this an aspnet problem, but it is
common enough. I dont think your going to find the answer
in asp.net itself, but rather in css.

In css, you an apply a style of 2 em, and assuming the
rest of the pages are css compliant and such, you should
have approximately the same rendering on any number of
platforms.

em (ems, the height of the element's font)
ex (x-height, the height of the letter "x")
px (pixels, relative to the canvas resolution)

Anyway, I think that could help. Also checkout
http://www.csszengarden.com/ if you never have. CSS is
good.

Weston Weems
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top