View Full Version : Web Design Question


cross5900
07-05-2006, 12:06 PM
I can not for the life of me figure out how to make my website scale to a resolution on its own.

What I mean a normal website would stay regardless if you adjust the browser or a resolution.

What I am lookin for is like what this forum does if you alter your browser to make it slimmer, how it dynamically changes... I am needing this for me site so it can scale down to a resolution without me having to design for it specifically.

Thanks.

brucesilvers
07-06-2006, 12:36 PM
Simply use percentages and relative values for object sizes instead of specifically setting them. For example, you could use "<div width="50%">" instead of "<div width="600">", or "font-size: 1.5em" instead of "font-size: 16pt", etc.

mercy
08-03-2006, 08:35 PM
I could not understand what you are trying to say.
Plz be precise with your point.

cross5900
08-04-2006, 05:59 AM
I have it figured out now. Thanks.