groups

name language licence
Contact Form 2 PHP Other
FTG-1-FormBody HTML Other
Horizontal Menu 1 CSS Other
imageMenu Header JS JavaScript Other
Growing1 HTML Other
Glider CSS CSS Other
Horizontal Menu 2 HTML Other
Bookmarks_post JavaScript 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 >



language: CSS
licence: Other

Glider CSS

options: view full snippetsend to code collector
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 490px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
}

div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:490px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;		
	
(Continues...)