bentouch Reply #1, 3 years, 6 months ago
Est -il remplaçable par une image? parceque j'ai essaye plein de truc mais j'ai le fond de l'ancien bouton qui reste
Et c'est pas tres beau.
ou
et en CSS
#wlpeLoginButton
{
width:18px;
height:18px;
}
Any Idea?
<button type="submit" id="wlpeLoginButton" name="service" value="login"><img src="assets/images/login-btn.png" width:"15px" height:"15px" alt="Submit" /></button>
ou
<button id="wlpeLoginButton" name="service" type="image" src="assets/images/login-btn.gif" value="login"></button>
et en CSS
#wlpeLoginButton
{
width:18px;
height:18px;
}
Any Idea?
