JDK
08-13-2003, 11:52 PM
Hello,
I have a slight problem. Here's the chunk of code it concerns.
<DIV ID="Nav_Layer" STYLE="left: 90px; top: 251px; position:absolute; width:123; height:180">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
</TABLE>
</DIV>
When the browser is maximized everything is aligned correctly. But when you resize the browser smaller the layer moves out of its correct position with GUI. Can anyone tell me what I need to do to prevent this? Thank-you.
I have a slight problem. Here's the chunk of code it concerns.
<DIV ID="Nav_Layer" STYLE="left: 90px; top: 251px; position:absolute; width:123; height:180">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
<TR><TD><IMG SRC="JO_Nav_1.jpg"></TD></TR>
</TABLE>
</DIV>
When the browser is maximized everything is aligned correctly. But when you resize the browser smaller the layer moves out of its correct position with GUI. Can anyone tell me what I need to do to prevent this? Thank-you.