Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Checkbox width and height adjustment in IE7

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29131
    maruf
    Member

    Hi all,

    Currently I was working on a project where I put some check boxes they look similar in Chrome, FF and IE8 but when I view it in IE7, the design breaks.

    First of all I’ve used a CSS reset that removes any margin and padding. Then using firebug I found that its 13×13 in FF and other modern browser. Using the web developer tool for IE I found that in IE7 it’s dimension is 20×20. I really don’t have any idea where it may get some extra margin or padding

    Can anyone help me with it?

    Best regards

    #76409
    virtual
    Participant

    Try setting a width and height on the checkbox and then overflow: hidden to cut off the extra space.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.