No sabria decirte amigo, a mi me aparece bien y uso dreamweaver CS3
Has colocado tu codigo correctamente
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
#columnaprincipal {
position:relative;
width:100%;
height:auto;
}
#columnassecundarias {
float:left;
width:100px;
height:auto;
margin:2em 2em 2em 2em;
padding:2em 2em 2em 2em;
}
</style>
<title>Documento sin título</title>
</head>
<body>
<div id="columnaprincipal">
<div id="columnassecundarias">
Mi columna 1
</div>
<div id="columnassecundarias">
Mi columna dos
</div>
</div>
</body>
</html>