Size problem using effects
Hello,
I begin to work with JQuery and I try some effects on a form. I've got
a form inside a <div> and I apply an effect on that div. Here is the
code :
<div id="login_frame">
<img src="pix/lock.png" id="lock" width="32px" height="32px"/>
<div style="margin:45 60 0 60; text-align:center;">
<div>
<div id="login_label">
Nom de l'utilisateur :
Mot de passe :
</div>
<div id="login_inputs">
<input type="text" class="input_text" />
<input type="text" class="input_text" />
</div>
</div>
<div><input id="login_button" type="button" value="Connexion" /