Vale ya conseguí lo que quería gracias a Kuriel :) te lo agradezco macho.
Dejo el código por si alguien lo quiere probar:
Código:
<html>
<head>
<title>Ejemplos de estilo en enlaces</title>
<STYLE type="text/css">
#PunteroAqui:hover{ width:230px; height:40px; position:absolute;}
#PunteroAqui{
width:16px;
height:16px;
overflow:hidden;
position:absolute;
}
</STYLE>
</head>
<body>
Pase el mouse por el interrogante
<span id="PunteroAqui">
<img src="http://img29.imageshack.us/img29/4753/helpsk.png">
- Texto de ayuda
</span>
<p>
</body>
</html>