Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/07/2004, 06:51
Avatar de amanda75
amanda75
 
Fecha de Ingreso: junio-2003
Ubicación: cerca, pero no mucho
Mensajes: 684
Antigüedad: 20 años, 11 meses
Puntos: 0
Cita:

<style type="text/css">
<!--
body {
background-color: #ffffff;
}
.cuadro {
position: absolute;
margin-top: 50px;
margin-left: 50px;
width: 200px;
height: 200px;
background-color: #ffffff;
border-color: #000000;
border-width: 2px;
border-style: solid;
}
#titulo{
width: 30px;
position: relative;
margin-top: -17px;
margin-left: 15px;
background-color: #ffffff;
padding: 4px;
}

//-->

</style>

</head>

<body>

<div class="cuadro">

<div id="titulo">titulo </div>

</div>

</body>
</html>