mi spiace ma non vedo nessun raddoppio di margini su explorer 6
questo è il tuo codice con un doctype xhtml strict
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>xhtml 1.0</title>
<style type="text/css">
#destra
{
height:100%;
width:70%;
float:left
}
#destra img
{
margin-left:15%;
border : 1px solid #767676;
}
#destra h1 {
margin: 10px 20px 0px 20px;
padding: 0px;
font-size: 12px;
color: #336699
}
</style>
</head>
<body>
<div id="destra">
<h1>Benvenuti nella sezione guida dedicata all'utente </h1>
bla bla</p>
[img]foto[/img]
</div>
</body>
</html>