in reply to Development Changes Recently

Good work, everybody. I've already added css to change the color of nodes newer than my last checked flag and css to make a certain monk's trolls less visible.

Update: Thanks eric256!

There is a problem with the replybody class. The actual tag is '<tr class="replybody pmnote-177604"...' (note the space between replybody and pmnote). The space in the class identifier causes issues with both Firefox and IE. The only css workaround that I could find was tr[class="replybody pmnote-177604"], and that is unsupported in IE. A css expert may have a better solution, but I would ask that the space in the class identifier be removed.

Replies are listed 'Best First'.
Re^2: Development Changes Recently
by eric256 (Parson) on Sep 09, 2004 at 17:57 UTC

    That is a case of 2 classes, not a classe with a space. So the CSS could be .replybody {} or .pmnote-177604 or .replybody.pmnote-177604


    ___________
    Eric Hodges