I have an onkeypress routing in an input field within a table. If I use WIDTH="640" in the TABLE tag, the table displays great but the onkeypress event won't fire. If I use WIDTH="100%", the event will fire but the display isn't right. It gets better. If I adjust the input cell TD with WIDTH="60%", the display is corrected but the event will no longer fire. All of these problems are observed in Netscape 4.7 but not in IE. Any suggestions?