All pastes #1062380 Raw Edit

chronos

public html v1 · immutable
#1062380 ·published 2008-07-04 17:30 UTC
rendered paste body
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><html>	<head>		<title>Teste guigouz</title>		<style type="text/css">			#elem1grid {				width: 200px;				height: 40px;				position: relative;			}			#elem1shade, #elem1box {				width: 150px;				height: 30px;				background-color: #ccc			}			#elem1shade {				position: absolute;				top: 5px;				left: 5px;				background-color: #000;				z-index: -1;			}			#elem1box input {				width: 150px;				height: 30px;				border: none;				background: transparent;			}		</style>	</head>	<body>