I'm having some luck with the .firstpost class
http://imperialdub.com/dubmessages/viewtopic.php?id=836
however, there's a grey box that simply won't go away...
despit this overly dramatic css:
/* For the first post */
.firstpost,
.firstpost DT, .firstpost DL, .firstpost DD, .firstpost TD, .firstpost TR, .firstpost table,
.firstpost p,
.firstpost .linkst,
.firstpost .postmsg,
.firstpost .postsignature,
.firstpost DIV,
.firstpost .rowodd,
.firstpost .roweven,
.blockpost .rowodd .firstpost,
.firstpost .conr,
.firstpost .box,
.firstpost .inbox,
.firstpost DIV.postleft,
.firstpost DIV.postright,
.firstpost DIV.postfootleft,
.firstpost DIV.postfootright {
background: #FFF;
}
.firstpost .postright {
padding-top: 10px;
padding-bottom: 40px;
padding-left: 25px;
padding-right: 25px;
}
where is that box coming from?