groups

name language licence
ExtraContent Sample - 4 columns HTML Other
ExtraContent Sample - column CSS CSS Other
ExtraContent Sample - iFrame HTML Other
ExtraContent - End HTML Other
ExtraContent Sample - @import and Contact Form HTML Other
ExtraContent Sample - plain text HTML Other
DomReady.min JavaScript Other
ExtraContent Snippet 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

ExtraContent Sample - iFrame

options: view full snippetsend to code collector
<div id="myExtraContent1">
	<div class="column five">
		<div class="content">
			<img src="http://www.seydesign.com/images/content/iFrame.png" alt="iFrame icon"/>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column four5ths">
		<div class="content">
			<h2>iFrame, a view into a new window</h2>
			<p>An iFrame is your window into another site, a way to bring components in that you maybe can't do alone on your site.</p>
			<p>Say you need a forum or a wiki on your site but don't know how to seamlessly integrate it into your own look and feel. An iFrame cane bring that experience to you.</p>
		</div><!-- .content -->
	</div><!-- .column .four5ths -->
</div><!-- #myExtraContent -->
	
(Continues...)