Web Design Question (1 Viewer)

cross5900

Blarg!
Local time
Today, 07:32
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.
 

brucesilvers

Registered User.
Local time
Today, 05:32
Joined
Aug 4, 2000
Messages
70
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

Registered User.
Local time
Today, 05:32
Joined
Aug 4, 2006
Messages
10
I could not understand what you are trying to say.
Plz be precise with your point.
 

Users who are viewing this thread

Top Bottom