Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87158

Re: Header on question (Didnt have a title last time)

$
0
0

Basically there are 3 types of web pages:

  1. Fixed-width in pixels or ems. 
  2. Fluid width in %. 
  3. Semi-Fluid width in px and %.

 

Fluid:

==========

body {width: 98%}

 

Fixed & centered:

===============

body {

width: 960px;

margin:0 auto; /**this is centered on screen**/

}

 

Semi-Fluid :

==========

body {

width: 100%;

max-width: 1280px;

min-width: 800px;

}

 

To further complicate matters, there are responsive and adaptive sites that adjust layouts to fit varous devices (desktops, tablets and smartphones).

 

Decide who your target audience is and build layout accordingly.

 

 

Nancy O.


Viewing all articles
Browse latest Browse all 87158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>