Closed Thread Icon

Topic awaiting preservation: Netscape 7.1 problem (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8930" title="Pages that link to Topic awaiting preservation: Netscape 7.1 problem (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Netscape 7.1 problem <span class="small">(Page 1 of 1)</span>\

 
Yossi Admon
Bipolar (III) Inmate

From: Israel
Insane since: Nov 2001

posted posted 10-30-2003 11:44

Hi,
I have wrote dynamic code which been added into TD (id = schemeView) it worked wonderful in IE and NS7.01 (the TD view growth dynamically according to its content.
After checking the code in NS7.1 it looks like the scrollbar gone and the TD size remain the same as it was before adding any content (I know the TD contains all the content I've added).

Any idea how can I fix this?

Following the piece of code I'm adding dynamic content into.

<TR height="35%" valign="top">
<TD width="100%" align="center" height="40%" valign="top">
<DIV style="OVERFLOW:auto;WIDTH:100%;HEIGHT:100%">
<TABLE WIDTH="98%" height="100%" bgColor="white" valign="top" id="ddd">
<TR valign="top">
<TD id="schemeView" valign="top">&nbsp;</TD>
</TR>
</TABLE>
</DIV>
</TD>
</TD>
</TR>


10x in advanced
Yossi Admon

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 10-30-2003 17:58

I'm not enitrely certain what you are aksing, but I think you need to have an absolute height/width in order for the overflow:auto; to work (as in, a pixel measurement). I'm not certain on that...

You also have an extra </td> in there

« BackwardsOnwards »

Show Forum Drop Down Menu