Image Re-sized in IE8

Community Forums Forums General Discussion Image Re-sized in IE8

This topic is: not resolved

Tagged: 

This topic contains 5 replies, has 4 voices, and was last updated by  mgisys 5 months, 1 week ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4305

    mgisys
    Participant
    Post count: 2

    I’m working on a eleven40 child theme site.  Everything looks good when viewing through FireFox on a MAC.  However, when I view the site in IE 8 an image located on the right column gets re-sized.

    I have a widget in the right column with a picture that is 85 x 85.  When viewing in IE 8 the image gets re-sized to 10 x 85.  Is there a minimum setting somewhere I can implement for IE images?

    Thanks

    #4361

    John
    Participant
    Post count: 36

    A link to the site would help us help you…


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google ;)

    #4369

    designbytracy
    Participant
    Post count: 19

    Yes, please share a link. I’m using the Balance theme, but am having the same issue with images in IE8 on my site.

    http://janscarbrough.com/books (all book image thumbnails disappear)

    AND

    http://janscarbrough.com/blog (avatar in right column gets squeezed horizontally)


    #4374

    nickthegeek
    Keymaster
    Post count: 599

    try adding this to your style sheet
    .alignleft,
    .alignright,
    .alignleft img,
    .alignright img,
    img.alignleft,
    img.alignright {
    max-width: none;
    }

    #4380

    designbytracy
    Participant
    Post count: 19

    Success…thank you!


    #4732

    mgisys
    Participant
    Post count: 2

    Worked perfect!  Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.