fixed and liquid layout in html

The HTML Fixed-width layouts are common, but they look a little strange if the browser isn’t the width specified in the CSS3. Pay attention to the difference between fluid/liquid layouts and elastic layouts. Profound Grid uses negative margins to calculate columns, so unlike with other grid systems, fluid layouts will look exactly the same in every browser. That’s a pretty hefty wish list. If the browser is too narrow, the layout won’t work, and the second column will (usually) drop down to the next line. Lets digg deep and see below a list of resources which offer gorgeous and valid 3 Column CSS-based Layouts- usually with full layout structure, such as headers, navigation bars, content containers, sidebars and footers. Column; HTML; CSS; 2 column layout - left fixed, right liquid. Back to default. The difference is that fluid layouts are measured relative to something external to the design (browser window), while elastic layouts are measured relative to something internal to the design (font-size). Our Target is find a Layout that have Total Layout Flexibility, Equal Height Columns and just works fine. Using a liquid layout instead of a fixed-width one, it’s much less likely that a user will miss important content hidden by a horizontal scrollbar. The Rules. The following fairly simple example uses HTML and CSS to create a liquid layout. Liquid Layouts. Tip: To create a 2-column layout, change the width to 50%. Should I use fixed or liquid width when developing a website There are pros and cons for both techniques. However, it is not supported in Internet Explorer 10 and earlier versions. Tip: Do you wonder how the @media rule works?Read more about it in our CSS Media Queries chapter.. Include