groups

name language licence
ExraContent Sample - 2 columns HTML Other
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

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



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...)