[Ovillo] ¿se puede hacer?
KARLOS
sordotone en gmail.com
Jue Abr 26 12:00:04 UTC 2007
No se si te entendi, pero te vale esto?:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/><head>
<title>
</title>
<style>
*{
margin: 0;
padding: 0;
}
body{
font-size: 62.5%;
}
br.clear{
clear: both;
height: 0;
}
#principal{
width: 75em;
height: 50em;
background: #000;
margin: 2em auto;
}
.left{
width: 25em;
height: 45em;
background: #BBBBBB;
float: right;
margin: 2.5em;
}
.right{
width: 40em;
height: 45em;
background: #BBBBBB;
position: relative;
top: 2.5em;
left: 2.5em;
}
</style>
</head>
<body>
<div id="principal">
<div class="left">
<p>Columna izquierda en el html</p>
</div>
<div class="right">
<p>Columna derecha en el html</p>
</div>
<br class="clear" />
</div>
</body>
</html>
--
http://hightechweb.net ------ Directorio web
http://webtech2you.com ---- Diseño y desarrollo web
directorio.equiposeo.com.... Directorio seo
Más información sobre la lista de distribución Ovillo