This is because Netscape is crap.
Without butchering your code and making your IE & Mozilla users suffer for
the sake of a small bunch of Netscrap lusers who dont deserve such
consideration theres not much you can do.

-----Original Message-----
From: Zsolt Koppany [mailto:zkoppany@;web.de]
Sent: Thursday, November 14, 2002 05:54
To: [EMAIL PROTECTED]
Subject: Why is this code (drawing a box) extremely slow with
netscape-4.79?


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>


--
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