WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Goto page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1 Chatbox problem on Sat Dec 04, 2010 5:18 pm

Emilio


Registered Member
Registered Member


I can't get the chatbox normal...
Youu see , the Header img of my forum shows in the Chatbox...
how to get this fixed?

http://www.graphilicious.forumotion.Com

2 Re: Chatbox problem on Sun Dec 05, 2010 2:54 am

Monster


Registered Member
Registered Member
I've never seen nothing like that before..
Sorry i cannot help.

http://webdesignz.createforum.eu

3 Re: Chatbox problem on Sun Dec 05, 2010 3:29 am

Guest


Guest
Try this code:
Code:

body.chatbox {
   background: url(http://i65.servimg.com/u/f65/14/75/13/83/noise10.png) !important;
   background-color: transparent;
   }

4 Re: Chatbox problem on Sun Dec 05, 2010 4:16 am

Emilio


Registered Member
Registered Member
Doesn't work gangstar

http://www.graphilicious.forumotion.Com

5 Re: Chatbox problem on Sun Dec 05, 2010 5:07 am

Guest


Guest
Try this:
Code:

body.chatbox {
  background-image:none;
  background-color: transparent;
  }

6 Re: Chatbox problem on Sun Dec 05, 2010 5:33 am

Emilio


Registered Member
Registered Member
Still nothing

http://www.graphilicious.forumotion.Com

7 Re: Chatbox problem on Sun Dec 05, 2010 11:05 am

ankillien


Administrator
Administrator
Code:
body.chatbox {
background-image: none !important;
}


It should work.

8 Re: Chatbox problem on Sun Dec 05, 2010 10:11 pm

Emilio


Registered Member
Registered Member
Hello Anki, No it doesn't work...
here's my css

Code:
/* Chatbox-------------------------------------------------------------*/
body.chatbox {
background-image: none !important;
}

.chatbox-title,.chatbox-title a.chat-title {
   color: #dedfdf;
   text-decoration: none;
   }
.chatbox-title {
   float: left;
   margin: 0;
   padding: 2px 5px 0 5px;
   width: 15em;
   }
.chatbox-options {
   float: right;
   list-style: none;
   font-size: 11px;
   margin: 0.7em 0.5em 0.5em 0.5em;
   }
.chatbox-options li {
   display:inline;
   }
.chatbox-options li,.chatbox-options li a,.chatbox-options li label {
   color: #dedfdf;
   }
#chatbox_members {
   position: absolute;
   top: 30px;
   bottom: 30px;
   width: 180px;
   overflow: auto;
   border-right: 0px dashed #ccc;
   }
#chatbox_messenger_form {
   margin: 10px 0 0 0;
   }
#chatbox_members .member-title {
   text-align: center;
   padding: 0.5em 0.25em;
   background-image: none;
   font-size: 12px;
   background-color: transparent;
background-image: url(http://i16.servimg.com/u/f16/14/56/22/40/dot10.png);
   color : #82e310;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   }
#chatbox_members ul {
   list-style: none;
   margin: 0 0 0 1em;
   }
#chatbox_members ul li {
   margin: 0.5em 0.5em 0.5em 0;
   }
#chatbox {
   position: absolute;
   top: 30px;
   left: 181px;
   right: 0;
   bottom: 30px;
   overflow: auto;
   line-height: 10px;
   }
#chatbox p {
   line-height: 1.2em;
   }
.chatbox_row_1 {
   padding: 4px;
color: #fff;

   background-color: transparent;
   }
.chatbox_row_2 {
   padding: 4px;
color: #fff !important;
   background-color: #1E1E1E;
background-image: url('http://i46.tinypic.com/108ire0.jpg');   }
.chatbox_row_3 {
   padding: 4px;
color: #fff !important;

   background-color: #f4f9fd;
   }
#chatbox .user {
   font-weight: bold;
   }
.memberlist_row_1 {
   background-color: #1E1E1E;;
   }
#chatbox_footer {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   border-top: 1px solid #232323;
   }
#message,#submit_button{
   border-width: 1px;
   }
.fontbutton {
   padding: 1px;
   cursor: pointer;
   text-align: left;
   }
.fontbutton_normal {
   background: #E1E1E2;
   }
.fontbutton_selected {
   background: #BBC7CE;
   border: 1px solid #22229C;
   }
.fontbutton_clicked {
   background: #959595;
   border: 1px solid #22229C;
   }
.fontbutton_hover {
   background: #E1E1E2;
   border: 1px solid #22229C;
   }
.fontbutton {
   background:#E1E1E2 none repeat scroll 0%;
   border:medium none;
   color:#000000;
   float:left;
   margin-right:10px;
   padding:1px;
   }

/*Internet Explorer fixers and hacks for Chatbox *
/* html #chatbox-members {
   
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
   }
* html #chatbox {
   
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
   width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px");
   }
* html #chatbox-footer {
   
/* IE expressions helping IE work in Standards mode */
width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
   }
#chatbox_contextmenu {
   border: 2px solid black;
   background-color: #f4f9fd;
   }
#chatbox_contextmenu p {
   margin:0;
   padding: 1px 4px;
   font-family: verdana, arial, sans-serif;
   background: #fbfbfb;
   border-bottom:1px solid #777;
   }
#chatbox_contextmenu p.hover {
   background: #f4f4f4;
   }
#chatbox_contextmenu p.close {
   padding: 1px;
   font-size: 95%;
   color:#fff;
   background: url('');
   }
#chatbox_contextmenu p.close img {
   vertical-align: middle;
   padding-left: 20px;
   }
#chatbox_contextmenu a {
   color: #00569c;
    text-decoration: none;
    font-size: 95%;
   }
#chatbox_contextmenu a:hover {
   color: ;
   }

http://www.graphilicious.forumotion.Com

9 Re: Chatbox problem on Sun Dec 05, 2010 10:29 pm

Guest


Guest
Try this:
because i only see a background in the header now..
Code:

#chatbox_header {
   background-image: none !important;
        background-color: transparent;

10 Re: Chatbox problem on Sun Dec 05, 2010 10:39 pm

Emilio


Registered Member
Registered Member
Won't work ;'(

http://www.graphilicious.forumotion.Com

11 Re: Chatbox problem on Tue Dec 07, 2010 5:23 pm

ankillien


Administrator
Administrator
If you have a test account on your forum, provide me the login info. I might need to see it in action.

12 Re: Chatbox problem on Thu Dec 09, 2010 9:48 pm

Emilio


Registered Member
Registered Member
Pm'd the Test account to you
Also i have a problem with changing the text coulour
its dark grey so you wont see it

http://www.graphilicious.forumotion.Com

13 Re: Chatbox problem on Mon Dec 13, 2010 2:14 am

Emilio


Registered Member
Registered Member
BUMP Smile

http://www.graphilicious.forumotion.Com

14 Re: Chatbox problem on Mon Dec 13, 2010 2:21 am

Guest


Guest
Try replace the code you have with this one:
Code:
body.chatbox {
        color: #ffffff;
   background-image: none;
   padding: 0;
   margin: 0;
   background-color: transparent;
   }

15 Re: Chatbox problem on Mon Dec 13, 2010 2:24 am

Guest


Guest
Gangstar15 wrote:Try replace the code you have with this one:
Code:
body.chatbox {
        color: #ffffff;
   background-image: none;
   padding: 0;
   margin: 0;
   background-color: transparent;
   }



i also think that with transparent background it will work Smile

16 Re: Chatbox problem on Mon Dec 13, 2010 2:30 am

Emilio


Registered Member
Registered Member
In the previous posts they gaved me the same code with transparant back img.
Won't work... Anki is searching how to solve this
Its a bug in my templates

http://www.graphilicious.forumotion.Com

17 Re: Chatbox problem on Mon Dec 13, 2010 2:37 am

Guest


Guest
God,never faced that again Surprised

18 Re: Chatbox problem on Mon Dec 13, 2010 7:29 am

ankillien


Administrator
Administrator
I think this CSS code would fix it...

Code:
body[bgcolor="#1f1f1f"] {
background-image: none !important;
}

19 Re: Chatbox problem on Mon Dec 13, 2010 9:33 pm

Emilio


Registered Member
Registered Member
Thank you!
Only i can't find a way to change the color of the text after you've sent it.
Its a dark grey color wich you can't see on dark background , any css to change that?

http://www.graphilicious.forumotion.Com

20 Re: Chatbox problem on Wed Dec 15, 2010 9:51 pm

Emilio


Registered Member
Registered Member
Bump

http://www.graphilicious.forumotion.Com

View previous topic View next topic Back to top  Message [Page 1 of 2]

Goto page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum