@media screen and (min-width: 0px) { .themecomp_megadiv.n477418{margin:0 auto 0 auto ;} } @media (min-width: 0px) and (max-width: 1199px) { .themecomp_megadiv.n477418{} } @media (min-width: 0px) and (max-width: 991px) { .themecomp_megadiv.n477418{} } @media (min-width: 0px) and (max-width: 767px) { .themecomp_megadiv.n477418{} }
@media screen and (min-width: 0px) { .themecomp_megadiv.n583664{} } @media (min-width: 0px) and (max-width: 1199px) { .themecomp_megadiv.n583664{} } @media (min-width: 0px) and (max-width: 991px) { .themecomp_megadiv.n583664{} } @media (min-width: 0px) and (max-width: 767px) { .themecomp_megadiv.n583664{} }

Accordion:

Displays collapsible content panels for presenting information in a limited amount of space.

Click headers to expand/collapse content that is broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover. This includes errors in code, more organized layout for code, and making sure IDs and classes are identified properly. Poorly-coded pages are sometimes colloquially called tag soup.

@media screen and (min-width: 0px) { .themecomp_megadiv.n436359{} } @media (min-width: 0px) and (max-width: 1199px) { .themecomp_megadiv.n436359{} } @media (min-width: 0px) and (max-width: 991px) { .themecomp_megadiv.n436359{} } @media (min-width: 0px) and (max-width: 767px) { .themecomp_megadiv.n436359{} }

Fluid layouts increased in popularity around 2000 as an alternative to HTML-table-based layouts and grid-based design in both page layout design principle and in coding technique, but were very slow to be adopted.

This was due to considerations of screen reading devices and varying windows sizes which designers have no control over. Accordingly, a design may be broken down into units that are sent to the browser and which will be fitted into the display window by the browser, as best it can. As the browser does recognize the details of the reader's screen the browser can make user-specific layout adjustments to fluid layouts, but not fixed-width layouts.

See also: