Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bob

    (@prasunsen)

    Check your CSS, it’s hiding the radios. They are output fine in the HTML code.

    Thread Starter esaeler

    (@esaeler)

    Why is this marked as resolved?

    My CSS isn’t hiding the buttons. If it was a CSS issue they would not show up in other browsers. This occurrence is only happening in Chrome. Here is the css attached to the input buttons;

    input, textarea, button
    {
      outline-width: medium;
      outline-style: none;
      background-color: transparent;
      background-image: none;
      background-repeat: repeat;
      background-attachment: scroll;
      background-position: 0% 0%;
      background-clip: border-box;
      background-origin: padding-box;
      background-size: auto auto;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      box-shadow: none;
    }
    Plugin Author Bob

    (@prasunsen)

    It is exactly CSS issue, otherwise they would not show in any browser at all.

    You have TEN different CSS files loaded in your blog. It’s not just this piece of code here. Some of these files is not properly written and hides the buttons in Chrome.

    Esaier if you dont know enough CSS, you may turn off/on plugins and switch themes to find the conflicting sheet, this is NOT a Watu error but integration related

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Radio buttons not displaying in Chrome’ is closed to new replies.