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

3 Column Layout - margin style

options: view full snippetsend to code collector
<div style="width: 30%; float: left;">
	<h2>Column 1</h2>
	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>

<div style="width: 30%; float: right;">
	<h2>Column 3</h2>
	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>

<div style="margin: 0 35%;">
	<h2>Column 2</h2>
	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
	
(Continues...)