Muchas Gracias esebayolo, te comento que efectivamente me funciono con css el cambio de texto, lo que intento es que al presionar el boton, el texto que esta aparte cambie, existe la posibilidad de liarlos? la inagen es un rollover en css como este
Cita: #bot1 {
border: 0 0 0 0;
padding: 0;
position:relative;top:5;left:40;
text-align: center;
}
#bot1 a{
background-image:url(Bullet.jpg);
background-position: center top;
height:40px;
width:40px;
display: block;
color: #990000;
text-decoration: none;
padding-top: 5px;
background-repeat: no-repeat;
font-weight: bold;
}
#bot1 a:hover{
background-image:url(Bullet1.jpg);
}
#bot1 a:focus{
background-image:url(Bullet1.jpg);
}