groups

name language licence
FTG-7-Attachment HTML Other
Calculator HTML Other
Accept 2 HTML Other
Floating Text Box A (put in html sidebar) JavaScript Other
CSS ToolTip - HTML HTML Other
3 column layout - margin style HTML Other
Gallery4 CSS Other
FTG-6-RadioButton 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 >



language: CSS
licence: Other

Gallery4

options: view full snippetsend to code collector

<style type="text/css">
	body {
		background: #222;
		overflow: hidden;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	#screen span {
		position:absolute;
		overflow:hidden;
	
(Continues...)