groups

name language licence
index PHP GPL 2
slider CSS GPL 2
home PHP GPL 2
page PHP GPL 2
archive PHP GPL 2
Display PHP on a Single Page PHP BSD
brokenbeats Other Other
pulsewidthmod 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 28 29 30 31 >



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...)