php - make a site to fit any screen size? -


i working on site looks ok in screen resolution of 1280x1024 when change screen resolution 1280x768 absolutely awful.

you can view site i'm working on here: http://tinyurl.com/d3xhfdq

i have 4 div's (mainwraper, header, content , footer).

what proper procedure follow in order make site fit screen resolution?

what need fit inside mainwraper in screen size?

thanks

responsive design topic should research. a list apart has great collection of articles pertaining topic. recommend read following articles in following order:

  1. fluid grids
  2. responsive web design
  3. fluid images

these 3 on way designing responsively. in addition, don't forget viewport meta tag php noob suggested. makes real difference when you're on physical device (some emulators seem ignore it). additional information on particular tag can found @ links below:


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -