Mira a ver si te vale algo así:
CSS:
Código CSS:
Ver original<style type="text/css">
ul.masve {}
li.masve {
list-style-type: none;
width:250px;
border: 1px solid #444;
}
li.masve a {
text-decoration: none;
display: block;
text-align: left;
background: #cdcdcd;
padding: 10px 0;
}
li.masve :hover {
text-decoration: none;
display: block;
text-align: left;
background: #cdcdcd;
padding: 10px 0;
}
li.masve a img {
display: block;
margin: 0px 0px 0px 5px;
max-width: 70px;
float:left;
}
li.masve ul{
list-style: none;
padding-left: 100px;
}
</style>
HTML:
Código HTML:
Ver original <img class="ex2" src="images/55/19.jpg" height="70" width="70" alt="" />
<img class="ex2" src="images/55/20.jpg" height="70" width="70" alt="" /> <img class="ex2" src="images/55/21.jpg" height="70" width="70" alt="" />
Una solución "rápida" y creo que es lo que quieres mas o menos, ya sobre esa base vas modificando como veas.
Prueba y nos cuentas.
Un saludo.