prova cosi' poi fammi sapere:

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=iso-8859-1" />
<title>ul e li</title>
<style type="text/css">
<!--
/*RELATIVO AI PULSANTI PIU' PICCOLI:*/
.movr ul {
	list-style: none;
	text-align: left;
}
.movr li a, .movr li  a:link {
	width:122px;
	height:24px;
	background-image:url(images/pulsanti/2.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	cursor:pointer;
	color:#FF3300;
}
.movr li a:visited{
	color:#0033FF;
}
.movr li a:hover{
	background-image:url(images/pulsanti/2pl.gif);
	background-repeat:no-repeat;
	color:#000000;
}
-->
</style>
</head>

<body>


<div class="movr">
<ul>[*]Infissi[*]Legno[*]Alluminio[*]Alluminio-Legno[*]P.V.C[/list]
</div>





</body>
</html>

ciaux