|
liquid site design and CSS site design are not the same thing
a liquid site can be built using HTML without CSS styling and refers to a website that expands to the browser and fills out based on percentages, rather than fixed widths.
CSS can accomplish this, but the main idea of XHTML/CSS designs are div based code with CSS styling to achieve , whether it be liquid or static.
I imagine what you're looking to see is tableless XHTML/CSS designs.
|