dmwdead909 at 10h37
04
Oct
2011
Okay I am using PunnBB and in chatbox when someone types something a plain back line is put in the background which cause my image to not show. Is there a way to change the transparency of that line to make it less visible like at 20% or something like that.
1 dmwdead909, on 05/10/2011 at 10h57
any help guys?
2 Base, on 05/10/2011 at 15h16
Hi, could you please provide your forum URL and a screenshot of the problem? 
3 dmwdead909, on 05/10/2011 at 16h10
Okay here is an image. As you can see the image is being covered by the gray line of when I type something in chat box. I want to make that line more transparent close to invisible.


4 Base, on 05/10/2011 at 17h17
Okay, try adding this to your CSS code:
- Code:
.chatbox_row_1 {
background-color: transparent;
}
5 dmwdead909, on 05/10/2011 at 18h23
Base wrote:Okay, try adding this to your CSS code:
- Code:
.chatbox_row_1 {
background-color: transparent;
}
Thanks that was part of the solution but it did not remove gray line from all.
It worked though after I added this. So thanks for the code really appreciate it.
- Code:
.chatbox_row_1 {
background-color: transparent;
}
.chatbox_row_2 {
background-color: transparent;
}
.chatbox_row_3 {
background-color: transparent;
}
6 Base, on 05/10/2011 at 20h35
Right, glad I could help. So is the problem completely solved then? 
7 dmwdead909, on 06/10/2011 at 22h30
Yea it is.
8 Nera., on 06/10/2011 at 22h35
> Solved
Similar topics
Remove Line Under Links
Removing the underline below the links
This can be annoying to many people, so here is a fast tutorial to learn how to remove the line under the links. I'll show you how to do it by HTML and CSS - that's the easiest way to do
In the below of the sub forum titles...
How can I remove this lines
Our users have posted a total of 759 messages
In Total there is 1 user online :: 1 Registered, 0 hidden and 0 guests
Most users ever online was 15 on Thu 24 Feb 2011 - 20:24
How can I remove this part? show me the cod
Replies 1 to 8 on 8 for "ChatBox Remove BG LINE"
Search
Informations
8 Replies For the topic :
"ChatBox Remove BG LINE"
This topic has been viewed 2054 times.
Last message :
04/10/2011 at 10h37 by "dmwdead909"





