Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

IE7 Zoom Distortion

Options
  • 28-08-2007 1:12pm
    #1
    Closed Accounts Posts: 530 ✭✭✭


    Hi all,

    Anyone seen a problem where, when a form is zoomed (to any degree above 100%) in IE7, in the case of a radio button, the button overlaps the label?

    e.g.: (where O is the button)

    Under 100% zoom:
    O Blah blah blah
    Under 150% zoom:
    Blah blOh blah
    If it helps, in any way, the radio button was created using a Struts tag.
    Note that this distortion doesn't happen when using Windows Magnifier.

    If anyone has an explanation/solution for this, I'd love to hear it.

    Thanks,

    G


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Webmaster & Flash will probably get a better response to this.


  • Registered Users Posts: 4,468 ✭✭✭matt-dublin


    i believe its to do with alignment of divs, if you're coding, 1 workaround would be to put the form into a table rather than divs


  • Closed Accounts Posts: 530 ✭✭✭Garibaldi


    Turns out it was all down to the fact that the radio button label was in the same cell as the button itself. Separate them, and the problem goes away. I thought you might've been onto something there, as divs are used pretty heavily in the site, but not this time.

    Thanks for the response, though.


Advertisement