Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/01/2005, 16:20
Avatar de PatomaS
PatomaS
Colaborador
 
Fecha de Ingreso: marzo-2004
Ubicación: En alguna otra parte
Mensajes: 4.656
Antigüedad: 20 años
Puntos: 63
Hola

Aquí te dejo un ejemplito:

Código:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<style type="text/css">
.primero {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #ff0000;
}
.segundo {
	position: relative;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 300px;
	background-color: #00ff00;
}
</style>
<title>cualquier cosa</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
</head>
<body>
<div class="primero"><div class="segundo">&nbsp;</div></div>
</body>
</html>
Felicidad
__________________
¡ hey, hou, hou, hey !