15/01/2006, 11:34
|
| Colaborador | | Fecha de Ingreso: marzo-2004 Ubicación: En alguna otra parte
Mensajes: 4.656
Antigüedad: 20 años, 9 meses Puntos: 63 | |
Hola
Bueno, este código de ejemplo podría servirte.
Código:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="language" content="ES" />
<meta http-equiv="Content-Language" content="es" />
<title>Pruebas varias de códigos en el 2006</title>
<style type="text/css">
* {
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: #ffffff;
background-color: #000000;
border: 0px;
margin: 0px;
padding: 0px;
}
.capa02A{
position: absolute;
top: 100px;
left: 100px;
width: 150px;
border: 1px solid #f0f0f0;
}
.capa02B {
position: relative;
border: 1px solid #00ff00;
width: 150px;
top: 100px;
left: 100px;
}
</style>
</head>
<body>
<div class="capa02A">
<p>Este texto está en la capa A</p>
<div class="capa02B">
<p>Este texto está en la capa B</p>
</div>
</div>
</body>
</html>
Felicidad
__________________ ¡ hey, hou, hou, hey ! |