as first note the code for the reply box affect the guestbook too
http://grouped.multiply.com/reviews/item/20if u want a code affecting only the guestbook and not the reply boxes in all the site then as quick reply u have to use
the same code of the reply box but in every block u have to add
div#home_guestbook
at the head of any name ,
well I mean
this could be the base code for a transparent guestbook
div#home_guestbook .replybox {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
div#home_guestbook .replyboxread {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
div#home_guestbook .quotet {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
form this code one just change
background-color: transparent;
to
background-color: #fffff;
or some other color u want there
change
background-image: none;
to
background-image: url(image_URL);
where image_URL is the background image u want there
change
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
to
border-width: 1px;
border-style: solid;
border-color: #aaaaaa;
to have a 1pixel width border with #aaaaaa color