Forums

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

Home Forums CSS [Solved] Styling Checkboxes

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #175558
    Kingslayer
    Participant

    Hey Folks,

    me again.

    http://codepen.io/anon/pen/mCaKf

    I have styled Checkboxes. They won’t work in IE on my page. But if i use codepen everything works. On my Page they dont have a number within them and arent clickable.

    Does anyone have a clue why and how to fix it ?

    Greetings Fabi

    #175559
    Paulie_D
    Member

    We’d have to see your actual page….

    #175560
    Kingslayer
    Participant

    https://dl.dropboxusercontent.com/u/7209323/test/index.html

    Does not interfer with anything of the actual page !

    https://dl.dropboxusercontent.com/u/7209323/test/index.html

    Here the blank example with nothing else on it, which does not work on ie either…

    #175562
    Paulie_D
    Member

    The example(s) [which are the same] work fine in IE11.

    Is this an issue in a specific version of IE?

    #175563
    Kingslayer
    Participant

    ie version 9. But on codepen this works in ie9 as well =/

    oddly the boxes are their but not clickable and the “content:1;” is disabled in the developer console.

    #175568
    Paulie_D
    Member

    the boxes are their but not clickable and the “content:1;” is disabled in the developer console

    Yes…odd that.

    #175638
    Kingslayer
    Participant

    I found the problem, probs go these Guys. (It is in german.)

    Basically i was working locally when doing so IE changes compability mode to IE7 …

    Just adding this line
    <meta http-equiv=”X-UA-Compatible” content=”IE=100″ >
    solves the problem for me.

    This annoys me so much …

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