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.