• I have images in a table. Six images in a row and many columns. The website looks good in chrome. But the images go out of the content area and overlap with the sidebar and is too big in internet explorer 9 and in firefox. I tried searching but couldn’t find any solution for this. Please help

    My website: posteditions.dk

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mitmin

    (@mitmin)

    Resolved. Used the following in the style.css and the image is resized in Internet explorer. But still have problems with Firefox. Any help with firefox image resizing?

    img{
    max-width: 100%;
    height: auto;
    width: 100%;
    }

    The site seems to view fine on Firefox with me. I am assuming that the lower section/footer is more shades than images. Try clearing your browser?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images too big in internet explorer’ is closed to new replies.