Originariamente inviato da andrew low
...perō mi interessa lo stesso la storia della lista.
Pių o meno cosė?
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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<style type="text/css">
<!--
#menu {
	height: 226px;
	width: 69px;
	border: 2px groove #000000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.spazio {
	margin: 0 0 5px 0;
}

-->
</style>
</head>

<body>

<div id="menu">

<ul>
	<li class="spazio">
    	<a href="#" target="_self">
    		[img]img.jpg[/img]
        </a>
     
     <li class="spazio">
    	<a href="#" target="_self">
    		[img]img.jpg[/img]
        </a>
     [*]
    	<a href="#" target="_self">
    		[img]img.jpg[/img]
        </a>
     [/list]

</div>

</body>
</html>