Hi,
i've defined a combo box under a form as shown below:
<FORM name="contest1" action="">
<TABLE CELLSPACONG="0" CELLPADDING="0" BORDER="0">
<TR>
<TD class="testo">
<INPUT TYPE="TEXT" NAME="IMPORTO"SIZE="3"MAXLENGTH="3"/>
</TD>
</TR>
</TABLE>
</FORM>
I use the command:
"document.contest1.style.visibility"
to set the visibility of my combo box,
but i can't set the "left" property to align my object.
I try to use the command:
"document.contest1.style.left", but this no take effect !!
Can you help me ?
linux73
i've defined a combo box under a form as shown below:
<FORM name="contest1" action="">
<TABLE CELLSPACONG="0" CELLPADDING="0" BORDER="0">
<TR>
<TD class="testo">
<INPUT TYPE="TEXT" NAME="IMPORTO"SIZE="3"MAXLENGTH="3"/>
</TD>
</TR>
</TABLE>
</FORM>
I use the command:
"document.contest1.style.visibility"
to set the visibility of my combo box,
but i can't set the "left" property to align my object.
I try to use the command:
"document.contest1.style.left", but this no take effect !!
Can you help me ?
linux73