In my HTML css:
.edit_field {
height: 50px;
width: 495px;
line-height: 3.6;
}
html:
I've encountered this too, particularly with tables using an onKeyDown() in IE7. Other keys fire fine but enter is tricky. I solved mine by moving my onkeydown() trigger about in the HTML, from certain locations it wouldnt pick up enter but would gather others.
If I recall I had it originally in the body tag and moving it to a