groups

name language licence
x PHP GPL 2
nav PHP GPL 2
searchform PHP GPL 2
sidebar (w/twitter) PHP GPL 2
index PHP GPL 2
slider CSS GPL 2
home PHP GPL 2
page PHP GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: CSS
licence: GPL 2

slider

options: view full snippetsend to code collector
#slider {
	background-image: url(/images/body7.png);
	background: #191919;
    width: 900px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	background-image: url(/images/body7.png);
	overflow: hidden;
	width: 900px;
    margin: 0 auto;
    position: relative;
	
(Continues...)