I'm facing an issue with my HTML form that has multiple input fields (text and select types) arranged in pairs on each row. Surprisingly, everything works fine in all browsers, including IE7. However, when it comes to IE8, I encounter a peculiar problem - every time I click inside one of the fields or their labels, the field or sometimes its neighboring field vertically shifts up or down. The position gets restored once I move away from the box, but then another nearby box might start moving. Strangely, not all textboxes are affected, and clicking the same textbox doesn't always trigger this behavior. Any suggestions on what could be causing this glitch?