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

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

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

1Chatbox problem Empty Chatbox problem Sat Dec 04, 2010 6:48 pm

Emilio

Emilio
Registered Member
Registered Member
Chatbox problem Untitl14

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

2Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 4:24 am

Monster

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

http://webdesignz.createforum.eu

3Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 4:59 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;
   }

4Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 5:46 am

Emilio

Emilio
Registered Member
Registered Member
Doesn't work gangstar

http://www.graphilicious.forumotion.Com

5Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 6:37 am

Guest


Guest
Try this:
Code:

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

6Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 7:03 am

Emilio

Emilio
Registered Member
Registered Member
Still nothing

http://www.graphilicious.forumotion.Com

7Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 12:35 pm

ankillien

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

It should work.

8Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 11:41 pm

Emilio

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

9Chatbox problem Empty Re: Chatbox problem Sun Dec 05, 2010 11:59 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;

10Chatbox problem Empty Re: Chatbox problem Mon Dec 06, 2010 12:09 am

Emilio

Emilio
Registered Member
Registered Member
Won't work ;'(

http://www.graphilicious.forumotion.Com

11Chatbox problem Empty Re: Chatbox problem Tue Dec 07, 2010 6:53 pm

ankillien

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.

12Chatbox problem Empty Re: Chatbox problem Thu Dec 09, 2010 11:18 pm

Emilio

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

13Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 3:44 am

Emilio

Emilio
Registered Member
Registered Member
BUMP Smile

http://www.graphilicious.forumotion.Com

14Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 3:51 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;
   }

15Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 3:54 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

16Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 4:00 am

Emilio

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

17Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 4:07 am

Guest


Guest
God,never faced that again Surprised

18Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 8:59 am

ankillien

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

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

19Chatbox problem Empty Re: Chatbox problem Mon Dec 13, 2010 11:03 pm

Emilio

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

20Chatbox problem Empty Re: Chatbox problem Wed Dec 15, 2010 11:21 pm

Emilio

Emilio
Registered Member
Registered Member
Bump

http://www.graphilicious.forumotion.Com

21Chatbox problem Empty Re: Chatbox problem Wed Dec 15, 2010 11:39 pm

Guest


Guest
try this:
Code:
body.chatbox {
      color: #ffffff !important;}

22Chatbox problem Empty Re: Chatbox problem Thu Dec 16, 2010 12:49 am

Emilio

Emilio
Registered Member
Registered Member
Nothing happens

http://www.graphilicious.forumotion.Com

23Chatbox problem Empty Re: Chatbox problem Thu Dec 16, 2010 12:48 pm

ankillien

ankillien
Administrator
Administrator
For the text color, this code would work...

Code:
p.chatbox_row_1 .user-msg .msg span ,
p.chatbox_row_2 .user-msg .msg span {
color: #DDD !important;
}

24Chatbox problem Empty Re: Chatbox problem Fri Dec 17, 2010 3:12 pm

Emilio

Emilio
Registered Member
Registered Member
Thanks Solved

http://www.graphilicious.forumotion.Com

25Chatbox problem Empty Re: Chatbox problem Fri Dec 17, 2010 3:41 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


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

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