in reply to Re^3: color crazyness and CSS
in thread color crazyness and CSS

See what you think now. For some reason the extra div has altered the whitespace behaviour of root nodes (at least on IE). I haven't worked out why yet. Anway,im not sure if I hate it or not so it might change a bit, but I think it is pretty much what you had in mind no?

Replies are listed 'Best First'.
Re^5: color crazyness and CSS
by hossman (Prior) on Oct 28, 2004 at 06:52 UTC

    Boo-Ya!!!!! that kicks ass dude, totally configurable.

    I'm also seeing the extra blank lines, i think it's the interaction between the new div tag and the <br class="nnt-br"> that's just before the </li> of each top level node.

    When I added br.nnt-br { display: none; } to my CSS, the blank lines went away.

    For those that are curious, here's the CSS I'm allready using, I'm sure i'll be adding more....

    div#nodethreads-head { display: none; } div#nodethreads-foot { display: none; } hr.nnt-section-break { display: none; } br.nnt-br { display: none; } .nnt-line-minusminus { text-decoration: line-through; } .nnt-line-fp { font-size: larger; font-variant: small-caps } .nnt-noderep { font-style: normal; font-weight: bold; color: red; }