Ti piacerebbe inserire una barra con sfondo sopra i messaggi del tuo forumattivo?
Inserisci nel css questo ...
Fonte e esempio messaggi : http://aiuto.forumattivo.com/t14757-css-barra-messaggi-come-quella-del-fdf
Inserisci nel css questo ...
Codice:
.post span.corners-top {
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
background: url(http://2img.net/i/fa/fdf3/bg_cat.png);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 34px;
}