Return to Snippet

Revision: 18412
at September 29, 2009 17:04 by dmauldin


Initial Code
/* fixed header */

	BODY.front #twocols { margin-top: 62px; z-index: 10; }
	#header { 
		position: absolute;
		top: 0px; left: 0px;
		z-index: 1000;
		position: fixed;
		background: url(images/topbg3.png) top center repeat-x;		
	}
	#header-core { width: 960px; margin-left: auto; margin-right: auto; position: relative; }
	BODY { background-image: none; }

Initial URL


Initial Description


Initial Title
floating/floating header

Initial Tags


Initial Language
CSS