• I’m using WordPress (latest stable release) as a CMS for a work related website (http://www.uea.ac.uk/eml). This works fine on most computers, but my boss is still using IE6 on Windows XP. He’s seeing a lot of the inline images ‘squashed’, with the correct horizontal size but the wrong vertical one. Some of these issues disappear on reloading, others do not.

    I’ve had a trawl around for a fix in general CSS terms, but all that comes up is ensuring there is a proper DTD in the pages to avoid quirks mode. That should be fine, so I’m at a loss as to what to do. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • He really needs to update his browser. It’s almost 10 years old!

    You could try looking at conditional comment CSS targeted at IE6 but it’s a dreadful browser to try and support. Most professional developers don’t bother these days.

    Thread Starter josephwright

    (@josephwright)

    I know, but he’s concerned that a lot of other people will also still use IE6 and so it is not just a local issue.

    Thread Starter josephwright

    (@josephwright)

    I should add that what I don’t know is what to target to fix the problem, hence asking here. I’d imagined that the core WordPress themes would be ‘IE6-safe’, as my impression is that there is a large body of work on working round IE6 bugs.

    he’s concerned that a lot of other people will also still use IE6

    Show him these?
    http://mashable.com/2010/06/01/ie6-below-5-percent/
    http://www.w3counter.com/globalstats.php

    I don’t know is what to target to fix the problem

    With IE6, it’s always a CSS issue. It’s CSS box model was totally broken. Very few (if any?) up-to-date WP themes will support IE6.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Squashed images with IE6’ is closed to new replies.