• Hi,
    I spent some time to modify the flex theme (not done though), made it validate in xhtml 1.1 and all that, but there are certain glitches I can’t fix as easily. Take a look at
    https://www.iroke.de/wp/2005/06/17/hello-world/
    In FF 1.0.4, the comments (of the currently one and only post) won’t be displayed properly, IE6 and Opera8 work perfectly. Also, in IE6 the header is b0rked and in comments, the footer has an additional white line at the end which shouldn’t be there. I tried tweaking it here and there but was unsuccessful.
    regards,

    Grendel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check your CSS file if the code for the comments has a position: relative mentioned?

    That could cause a problem.

    Thread Starter grendels

    (@grendels)

    No, there’s none. The css that’s responsible for the comments:

    p#comments{
    text-align:center;
    padding:7px;
    border:1px solid #acb1ba;
    margin-bottom:10px;
    margin-top:80px;
    font-weight:bold;
    }
    ol#commentlist {
    margin-top:0px;

    padding: 5px;
    margin-left: 0px;

    list-style-type: none;
    font-size:0.9em;
    }
    #commentlist li p{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    }
    .commentname {
    color: #000;
    float: left;
    margin: 0px;
    padding: 0 0 2px 0;

    }
    .commentinfo{
    color: #9b9b9b;
    width: 200px;
    float: right;
    text-align: right;
    }
    .commenttext {
    clear: both;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-top: 1px solid #ebebeb;
    line-height:11pt; /*MODIFIED*/
    color: #5b5b5b;
    }

    Thread Starter grendels

    (@grendels)

    I solved the above problem, but sometimes still the right border doesn’t show up…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘flex theme and Firefox’ is closed to new replies.