Necesito q a un texto cuando le paso el mouse al principio dle texto me aparezca una imagen tipo bullet......y no me sale, pego el codigo q tengo hasta ahora a ver si a alguien se le ocurre algo....
Por ejemplo
este seria el texto
04-06-2009 Prueba (y cuando paso el mouese por ese texto q adelante aparezca una img) y no se si hacerlo por JS o CSS no se bien com es.......
<a href="#">
<?php echo date('d-m-Y', strtotime($new['News']['publish_date'])); ?>
<?php echo $new['News']['title']; ?>
</a>
#content span a{
font-size:12px;
font-weight: bold;
font-style: italic;
color: #ffffff;
margin:0px;
padding:0px;
text-decoration: none;
}
#content span a:hover{
font-size:12px;
font-weight: bold;
font-style: italic;
color: #ff0000;
margin:0px;
padding:0px;
text-decoration: none;
background-image: url(/img/bullet.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}
Espero alguien me pueda ayudar!!!
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)