Hi,

the code below draws a box around a table. It works fine with IE, Mozilla and 
Netscape-4.79. However the code is extremely slow with netscape-4.79. Do you 
know why and how can I fix it?

Zsolt

<TABLE class="boxframe" cellpadding="1" cellspacing="0" border="0">
<TR>
<TD>
        <TABLE width="100%" cellpadding="0" cellspacing="0" border="0">
        <TR>
                <TD><TABLE width="100%" bgcolor="white" cellpadding="0" 
cellspacing="0" 
border="0">
                <TR>

                        <TD ALIGN="left" class="boxheader"><tiles:insert 
attribute="header"/></TD>
                </TR>
                <TR>
                        <TD class="boxtext"><tiles:insert attribute="body"/></TD>
                </TR>
<logic:present name="box.footer">
                <TR class="head">
                        <TD>&nbsp;<%=request.getAttribute("box.footer")%></TD>
                </TR>
</logic:present>
                </TABLE></TD>
        </TR>
        </TABLE>
</TD>
</TR>
</TABLE>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to