codice:
<!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>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body , html , ul{margin:0; padding:0;}
#menu {width:250px; margin-left:0; padding::0; background-color:#66FF33;}
ul {background-image:url(mezzo.gif); background-repeat:no-repeat; height:300px;}
li {margin-left:63px;}
.due {margin-left:100px;}
.tre {margin-left:120px;}
-->
</style>
</head>
<body>
<div id="menu">
<ul>[*]uno
<li class="due">due
<li class="tre">tre[/list]
</div>
</body>
</html>
in allegato trovi l'immagine
è molto basico il menù, è testato in firefox e ie6
ciao paolo