Thank you very much!
Now I have only a problem, how can I change the width of this object, because when I change it via CSS it is overwritten by:
that I don't be able to change it..
SOLVED: I put this code into javascript:
Now I have only a problem, how can I change the width of this object, because when I change it via CSS it is overwritten by:
Code:
elemento {
width: 225px;
}
that I don't be able to change it..
SOLVED: I put this code into javascript:
Code:
$(".Email > div > div > input").attr("style", "width: 700px;");