how do i fit-in my site to all windows resolution

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

how do i fit-in my site to all windows resolution

Post by adsegzy »

Hello friends,

I am designing a website but i want it to fit-in to all windows resolution of the monitor my visitors are using, how do i go about this?

regards
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: how do i fit-in my site to all windows resolution

Post by Eran »

There are two main approaches - you either build it for the lowest widely used resolution (that would be 1024x768) or make it fluid, meaning it will adjust to the resolution - usually by applying percentage width to your layout. Read more here - http://www.smashingmagazine.com/2009/06 ... e-for-you/
Post Reply