• I’m using skippy gravatars plugins, all it’s ok.

    But doesn’t works on the comments, for the 1st comments the position it’s ok, but the anothers appears on diffrent position.

    Someone can help me with this? I need the gravatar icons was the same position for each comment.

    Here it’s the example:

    http://gutielua.jltorres.com/wordpress/?p=149

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks to be a IE problem. The gravatars display ok in Firefox and Flock. Off hand looking at your grav style I don’t see the problem but maybe someone more experianced with IE/Firefox display issues will see it. Your grav style is listed below.

    .gravatar {
    float: left;
    margin: 2px 10px 6px 0px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 2px;
    }

    Thread Starter gutielua

    (@gutielua)

    Hi, yes I have problems with the plugin version from skippy… works fine only for Firefox and anothers, but no for IE.

    The original version works cool for all (FF, IE, etc…), but only for Windows XP.

    Some tips?

    Regards

    @ndrés

    I believe you could fix it by giving IE a different style rule. The following code is a quick example from the K2 theme. You’ll get the idea:

    .secondary {
    font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding: 10px 0;
    margin: 0 0 20px 71%;
    width: 26%;
    color: #666;
    position: relative;
    /* The following are IE Fixes */
    _padding: 30px 0 10px;
    _margin-left: 0%;
    _margin-right: -4%;
    _width: 26.5%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gravatars location on comments’ is closed to new replies.