groups

name language licence
Dock Menu HTML HTML Other
XHTML 1.0 Transitional HTML Other
pre scroll-box HTML Other
4 Column Layout - float style HTML Other
hCard - Microformats HTML GPL 2
2 column - Fluid - same length - HTML HTML Other
img HTML Other
3 Column Layout - margin style HTML Other

< 1 2 3 4 >



language: HTML
licence: Other

2 column - Fluid - same length - HTML

options: view full snippetsend to code collector
<div id="content">

	<div id="sidebar"><div id="sidebar-content">
		Left column content...
	</div></div>

	<div id="main"><div id="main-content">
		Right column content...
	</div></div>

	<div class="clear"></div>

</div>
	
(Continues...)