Link to home
Start Free TrialLog in
Avatar of epeyman
epeyman

asked on

Bounding Dynamic Info in a table in Netscape Navigator

Hi all,

During developing an application to be a cross-browser one, I am experiencing some kind of problem with dynamic info with Netscape Navigator 4.7. I have no mistake with
MSIE. here It is:

When I plan to bound some dynamic info in a table, the NN 4.7 doesnot obey it and ruins the table. It seems to do stupid works. I mean it seems, NN first draw table, then drop info under the table without caring to table borders.

The same problem occures in MSIE when I do not set "height" attribute. but the problem always exist in NN.

please provide a solution for me!

Thanks in advance
Peyman
Avatar of ahoffmann
ahoffmann
Flag of Germany image

your description is a bit weak, could you please give an example.

Meanwhile you can try use WIDTH= and HEIGHT= attribute wherever you know these values. This forces the renderer to build the table faster, usually, sometimes, ...
Avatar of epeyman
epeyman

ASKER

Here is the HTML code:
------------------------


<html>
<head>
</head>

<body>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; padding-left: 0; padding-right: 0; padding-top: 1; padding-bottom: 1" bordercolor="#111111" width="100%" id="AutoNumber20" bgcolor="#639ACE">
              <tr>
                   <td width="100%">
                             <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber21" bgcolor="#F4F9FD" >
                                  <tr>
                                       <td width="100%" valign="top">
                                   <span >
                                     text to be displayed
                                     </span>
                               </td>
                                  </tr>
                        </table>
                   </td>
         </tr>
</table>
</body>
</html>


aslo my I generate HTML using XSL and XML.

Thanks
Peyman
ASKER CERTIFIED SOLUTION
Avatar of webwoman
webwoman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you are doing data binding, forget Netscrap 4.  It does not support it.

Cd&