Discussion window from the message block

Discussion window from the message block

by Mark Granger -
Number of replies: 0

The discussion window does not display user graphic or the Add Contact, Block Contact links etc and the banner graphic I am trying to use is repeated 3 times in the message discussion window. (see attachment)

I am using the following CSS in trying to achieve a banner graphic across the top. It is 1700 x 55

body { 
background-image: url(logo.jpg);
background-position: top left;
background-repeat: no-repeat;
background-attachment:scroll;
background-color: yellow;
font-size: 10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
margin-top:100px;
margin-left:0px;
margin-right:0px;
padding: 0px;
}

The chat window also does not display quite right.
The discussion window displays ok when using a graphic defined in header.html in the <div> tags.

I have tried a search for this problem but had no luck?
I must be using the wrong method but I am trying to avoid the window being stretched because of the wide graphic.
Thanks in advance if anyone can help on this.

Attachment message_block.jpg
Average of ratings: -