Viewing 9 replies - 1 through 9 (of 9 total)
  • Thats a Kubrick install right ?

    Thread Starter Anonymous

    Yes…

    Thread Starter Anonymous

    … does MSIE ignore the following CSS definition and therefore mess up the layout?
    /* Begin Images */
    p img {
    padding: 0;
    max-width: 100%;
    }
    Martin

    IE does not understand max-width at all.

    Thread Starter Anonymous

    Ah, gosh… MSIE and CSS2, once again… any suggestions?

    Thread Starter Anonymous

    Well, it seems that I have to limit my pictures to a maximum width of 450 px – manually… I hate Microsoft in such a moment! ??

    Well, you could conceivably set your images as width, then set overflow as hidden.

    Thread Starter Anonymous

    Can you explain that more thorougly, sunshine?

    Anonymous, what he means is that you could do this:
    <img src="image.jpg" style="width: 450px;" />
    or
    <img src="image.jpg" width="450">
    However, in general you should never post images larger than what you need. Kubrick always uses a 450px wide column, which I decided to do so that people would never be in doubt as to which width their images should be.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘MSIE problem’ is closed to new replies.