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

4 Column Layout - float style

options: view full snippetsend to code collector
<div class="column one">
	<h3>Column 1</h3>
	<p>This is column one, the first one, followed by 2, 3 and 4.
	Pretty cool eh?</p>
</div>
		
<div class="column two">
	<h3>Column 2</h3>
	<p>This is column two, the second one, followed by 3 and 4.
	Preceded by 1.</p>
	</div>
		
<div class="column three">
	<h3>Column 3</h3>
	<p>This is column three, the third one, followed by 4.
	
(Continues...)