Return to Snippet

Revision: 9048
at October 19, 2008 18:29 by johnloy


Initial Code
			<!-- 
				For fancy boxes (custom borders, drop shadows, rounded corners, translucency, etc.) 
				using techniques similar to those by Leslie Sommer
				http://www.lesliesommer.com/wdw07/html/
			-->
			<div class="mod">			
				<div class="mod-content">
					<div class="hd">
						<h3>box head</h3>
					</div>
					<div class="bd">
						<p>box body</p>
					</div>
					<div class="ft">
						<p>box foot</p>
					</div>
				</div><!-- End: div.mod-content -->
				<span class="x1"><span></span></span>
				<span class="x2"><span></span></span>
			</div><!-- End: div.mod -->

Initial URL


Initial Description


Initial Title
Flexible fancy box markup

Initial Tags
css, textmate, html

Initial Language
Other