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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<style type="text/css">
#menu {
width: 980px;
margin: 0px auto;
}
#primo,#terzo {
float: left;
height: auto;
width: 31%;
}
#secondo {
float: left;
width: 300px;
height: auto;
width: 300px;
}
#clear {
clear: both;
}
</style>
</head>
<body>
<div id="menu">
<UL>
<div id="primo" align="center">
<LI>VOCE 1</LI>
<LI>VOCE PIU LUNGA 2</LI>
<LI>VOCE BREVE 3</LI>
</div>
<div id="secondo" align="center">
<LI><img src="img.jpg" width="150" height="150" alt=""/></LI>
</div>
<div id="terzo" align="center">
<LI>VOCE 4</LI>
<LI>VOCE MOLTO LUNGA 5</LI>
<LI>VOCE 6</LI>
</div>
</UL>
<div id="clear"></div>
</div>
</body>
</html>