Web Design Question

cross5900

Blarg!
Local time
Yesterday, 18:16
Joined
Mar 24, 2006
Messages
92
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.
 
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.
 
I could not understand what you are trying to say.
Plz be precise with your point.
 

Users who are viewing this thread

Back
Top Bottom