Return to Snippet

Revision: 957
at August 23, 2006 09:57 by soxiam


Initial Code
.fauxIframe {
	background: white;
	padding: 2px;
	border: 1px solid #cc9;
}
.fauxIframe div {
	background: white;
	height: 150px;
	overflow: auto;
	font-size: 120%;
	font-family: georgia, serif;
	padding: 10px;
	border: 1px solid #ddd;
}

Initial URL


Initial Description


Initial Title
fauxiframe scrolling div

Initial Tags
css, textmate

Initial Language
Other