Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Rollover su submit

  1. #1

    Rollover su submit

    Ciao a tutti,

    vorrei dare un effetto 'rollover' ad un bottone di un form, che implementa uno script.
    ecco la parte di codice:

    print "
    <form name=mail method=post action=?action=signup1>
    <table width=80% border=0 cellspacing=0 cellpadding=0>
    <tr>
    <td width=14% ><font size=-1>Name</font></td>
    <td width=187>
    <input type=text name=name class=formcolviola size=12>


    </td>
    </tr>
    <tr>
    <td width=14%><font size=-1>Email</font></td>
    <td width=187>
    <input type=text name=email class=formcolviola size=12>
    </td>
    </tr>
    <input type=hidden name=subject value=\"$subject_signup\">
    </td>
    </tr>
    <tr>
    <td width=59></td>
    <td>

    <input type=submit value=\"\" style=\"background-image:url(http://www.AAAA.com/images/Subscribe.jpg); cursor: pointer; background-position:center; width:100px; height:30px; background-color:#000; border: 0;\" />
    </td>
    </tr><tr width=100><td width=250></td><td>
    </tr>
    </table>
    </form>";

    che dite voi?
    come o cosa devo fare?!

    grazie!!

  2. #2
    La tua richiesta non ha nulla a che fare con PHP, posta su un forum relativo a CSS e/o HTML.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.