Snippet Depot

SiteMap

Latest News

It is amazing that a new year is already upon us. I think we will see dramatic improvements with I.E. as they stabilize and complete internet explorer 10. This seems to be the browser that is most difficult to work around and for that I will eventually dedicate a portion of this site to handle compatibility issues.

Sites to Check

Here are some sites that I frequent: kenprochnow.com is an excellent site to learn from.

CSS TRICKS Is an incredibly useful resources for more advanced topics.

Snippet of the Day

CSS


	#photoShow {
		position:relative;
	}
	#photoShow div {
		position: absolute;
		z-index: 0;	
	}
	#photoShow div.previous {
		z-index: 1;
	}
	#photoShow div.current {
		z-index: 2;
	}	
	

HTML


	
	<pre>Preformatted Text</pre>
	
	
	

< Learning; Growing >