Conseguido!
http://fdw.neodani.com/fotos_en_linea/ejemplo2.php
Código HTML:
Ver original<!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"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> body {
background:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
}
#intro-web{
width: 900px;
height:135px;
}
#intro-web ul{
padding: 0px;
margin: 30px 10px;
list-style: none;
font-size: 14px;
font-weight: bold;
}
#intro-web ul li{
display: inline;
width:100px;
}
.foto {float: left; text-align: center; }
.foto img {display: block;margin:0 20px;}
.foto:hover {color:red;}
<li><div class="foto"><img title="Business" src="recuadro.png"/>Business
</div></li> <li><div class="foto"><img title="Education" src="recuadro.png"/>Education
</div></li> <li><div class="foto"><img title="Sport" src="recuadro.png"/>Sport
</div></li> <li><div class="foto"><img title="Health Care" src="recuadro.png"/>Health Care
</div></li>
Saludos!