Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjblaine
    • CommentTimeJan 20th 2008
     permalink
    Hello all, I'm doing something very simple and IE7 can't seem to understand me. Firefox 2.x renders the situation fine.

    The problem is shown with 2 images at the following blog post, but I will provide the CSS as well. If anyone has an idea, I would greatly appreciate some help.

    http://www.kickflop.net/blog/2008/01/17/css-ie-problem/

    The "dev" website where the problem can be interacted with is here:

    http://www.kickflop.net/wptest/

    /* The relevant CSS */
    .entry img {
    padding: 0;
    margin: 0;
    }
    .entry img.left {
    padding: 0.2em;
    border: 1px solid #bbb;
    margin: 0.5em 0.8em 0.5em 0;
    float: left;
    }
    .entry img.right {
    padding: 0.2em;
    border: 1px solid #bbb;
    margin: 0.5em 0 0.5em 0.8em;
    float: right;
    }
    .entry ul, .entry ol {
    margin-top: 1em;
    }
    .entry ul li, .entry ol li {
    padding-top: 0.25em;
    margin-left: 3em;
    }
    .entry ul li {
    list-style-type: disc;
    }
    .entry ol li {
    list-style-type: decimal;
    }
Add your comments
    Username Password
  • Format comments as (Help)