vas a necesitar de javascript, algo asi
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" />
/*<![CDATA[*/
div.contiene_foto{
width: auto;
height:auto;
float: left;
}
div.contiene_foto{
width:200px;
height:200px;
float: left;
}
/*]]>*/
<div class="contiene_foto"> <img src="fotopordefecto.jpg" alt="" id="foto" width="200" height="200" /> <div class="contiene_menu"> <li><a href="#" onmouseover="document.getElementById('foto').src='dos.jpg';" onmouseout="document.getElementById('foto').src='fotopordefecto.jpg';">item menu
</a></li>
Saludos