In primul rand trebuie sa aveti doua poze, de exemplu: Buton1: Buton2: Apoi adaugati intr-o pagina html codul de mai jos: <html> <head> <style type="text/css"> a.image { display: block; width: 145px; height: 29px; background-image: url(buton1.bmp); background-repeat: no-repeat; } a.image:hover { background-image: url(buton2.bmp); } </style> </head> <body> <center> <a c