Percentages instead of pixels
The width of fluid columns is expressed as a percentage of their parent element rather
than as a fixed pixel value. In the example above, a wrapper
is set to 90% of the
browser and then two content
s to 70 and 30% respectively. Note that 70+30 =
100 and not 90 because the parent element is the context for all child elements.
70% 30%
90% parent =
parent =