• Resolved Sato Chappy

    (@sato-chappy)


    Likes button and “Leave a Reply”‘s comment box works beautifully with Firefox and Google Chrome. In IE8 there is unnecessary white area around likes button and comment box. And Likes button doesn’t work. How can I fix them on IE8 in the say way as Firefox? They work properly with IE9.

    *On IE8, the appearance is very different with other reasons, too (such as border-radius, text-shadow, and box-shadow. I’ll sort this out later).

    My page: http://satochappy.com/

Viewing 1 replies (of 1 total)
  • Thread Starter Sato Chappy

    (@sato-chappy)

    I fixed white area around “Like” button with IE’s css file with transparency (opactiy) as below as my body background has a pattern.

    .wpl-likebox {
    filter:alpha(opacity=100); /* For IE8 and earlier */
    }

    I couldn’t fix white area around “Leave a Reply” in the same way so I just removed comment box from template (page.php). So there is no more comment box in each page, but I am just happy in this way.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Likes and Jetpack Comments] for IE8’ is closed to new replies.