mrbean Posted May 25, 2010 Share Posted May 25, 2010 if my mouse is over the button it displays the location and see as image but i want to see this image: onmouseover=this.src=buttons/inloggen1.png live demo: http://www.grandcriminals.nl/test.php see button on the log in form on left here's the phpscript <br> <table class="menu" width=150 cellpadding=0 cellspacing=0 align=center> <tr><td class="menuTitle" align="center"><b>Inloggen</b></td></tr> <tr><td class="menuLink"> <form id="myform" method="post" action="login.php" method="post"><table align="center" width="100%"> <tr><td align=center><b>Gebruikersnaam:</b></td></tr><tr> <td align=center><input type="text" name="login" value="$cookie_user" maxlength=16 style="text-align: center;"></td></tr> <tr><td align=center><b>Wachtwoord:</b></td></tr><tr> <td align=center><input type="password" name="pass" value="$cookie_paswoord" maxlength=16 style="text-align: center;"></td></tr> <td align=left> <input name="frm_auto" type="checkbox" value="1" <?= $checked ?> Onthouden <b></font></b></td></tr> <tr><td> </td></tr> <td align="center"><input type="image" name="submit" src="buttons/inloggen.png" onmouseover="this.src='buttons/inloggen1.png'" onmouseout="this.src='buttons/inloggen.png'" /> </a> </td></tr> </table></form></td></tr> Link to comment https://forums.phpfreaks.com/topic/202822-submit-button-not-right-image/ Share on other sites More sharing options...
ScotDiddle Posted May 25, 2010 Share Posted May 25, 2010 mrbean, http://www.grandcriminals.nl/buttons/inloggen1.png retruns not foud http://www.grandcriminals.nl/buttons/inloggen.png displays an image. This tells me that "inloggen1.png" is not in the buttons folder. Scot L. Diddle, Richmond VA Link to comment https://forums.phpfreaks.com/topic/202822-submit-button-not-right-image/#findComment-1062941 Share on other sites More sharing options...
mrbean Posted May 25, 2010 Author Share Posted May 25, 2010 thanks i made a stupid mistake like this Link to comment https://forums.phpfreaks.com/topic/202822-submit-button-not-right-image/#findComment-1062943 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.