Squished images in Google Chrome

This is a really weird bug. When I load my website in google chrome the first time I view it the images are squished but after I refresh the page it becomes unsquished. This will only happen the first time loading the page.
http://dotacommentaries.com
please load it in google chrome and tell me why the bars are squished.

How do I make these bars unsquished?

Read More

http://imageshack.us/f/24/squishedbars.jpg/

Related posts

Leave a Reply

1 comment

  1. I think the 100% width value for the images is screwing it up somehow. Try either removing the width value from this css rule:

    a.auserbars img {
    line-height: 0;
    text-decoration: none;
    width: 100%;
    

    }

    or explicitly set it to match the images (310×37).