Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Different behaviour with checkbox on FF and IE

    Hey Guys,

    I have a simple dynamic form with a few check-boxes in it.
    I changed the style of "labelAnchor" so it will have the following:
    Code:
      color: black
      font-family: Tahoma;
      font-size: 12px;
    each field has only type: "checkbox" and title set.

    in IE and FF i get a different look, and in both cases the img is not aligned with the text.
    in IE the text is higher than the img, and in FF it is lower.

    can you assist?

    smartclient v8.3p_2013-01-21/PwerEdition Development Only
    Attached Files

    #2
    Unfortunately there isn't currently a simple way to achieve matching vertical alignment behavior between an icon and text cross browser. The default css style settings and checkbox image media and sizing settings work well, but once you change the size of the text or of the image you will start to see slight imperfections like this. The only way to really solve this is to modify the size of checkbox media as well as the label css style as part of your re-skinning

    Regards
    Isomorphic Software

    Comment

    Working...
    X