The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

chatbox body problem

2 posters

Go down

chatbox body problem Empty chatbox body problem

Post by TGC HARDC0RE August 30th 2010, 6:45 pm

hey guys, well i have a problem with the chatbox im editing the colours and things the css edit.


but i need the body white, however its showing the top of my forum in the chatbox

eg. chatbox body problem Chatbo10


i want the background to be white where the people post comments

can anyone help me please?
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by StoneRaven August 30th 2010, 7:02 pm

Try this to see if it helps.
Code:
body.chatbox {
  min-width: 550px !important;
  background-image: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  }
StoneRaven
StoneRaven
Forumember

Male Posts : 142
Reputation : 0
Language : English

Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by TGC HARDC0RE August 30th 2010, 8:06 pm

StoneRaven wrote:Try this to see if it helps.
Code:
body.chatbox {
  min-width: 550px !important;
  background-image: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  }



nope it never worked still the same.
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by Guest August 30th 2010, 8:08 pm

StoneRaven wrote:Try this to see if it helps.
Code:
body.chatbox {
  min-width: 550px !important;
  background-image: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  }

that's code works Very Happy.. maybe you have 2 of it delete your old one and add this Smile.
avatar
Guest
Guest


Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by TGC HARDC0RE August 30th 2010, 8:31 pm

Gangstar15 wrote:
StoneRaven wrote:Try this to see if it helps.
Code:
body.chatbox {
  min-width: 550px !important;
  background-image: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  }

that's code works Very Happy.. maybe you have 2 of it delete your old one and add this Smile.

no i only have 1 of them, and its not working for me :s
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by Guest August 30th 2010, 8:32 pm

Because its for phpbb2 Sad. i don't know invision Very Happy
avatar
Guest
Guest


Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by TGC HARDC0RE August 30th 2010, 8:46 pm

Gangstar15 wrote:Because its for phpbb2 Sad. i don't know invision Very Happy
no im on punbb but forgot to change that thing on my profile
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by Guest August 30th 2010, 9:10 pm

Try this:
Code:

body.chatbox {
   background-image: none;
   padding: 0;
   margin: 0;
   background-color: #ffffff;
   }
avatar
Guest
Guest


Back to top Go down

chatbox body problem Empty Re: chatbox body problem

Post by TGC HARDC0RE September 2nd 2010, 3:33 am

i have found this in my css code i think its why non of them codes dont work
Code:
/* Main heading (Logo and description)-------------------------------------------------------------*/
#pun-intro {
   margin: 0;
   padding: 1.5em 1em 1em 1em;
   border-bottom: 0px solid #296fa5;
   background-color: transparent;
   background-image: url('http://i32.servimg.com/u/f32/15/52/75/08/header10.png');
   text-align: center;
   background-repeat: no-repeat;
        margin-left: 0px;
        width: 940px;
        height: 340px;
        margin-top: 0px;
   }
is there a way around this
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

Back to top


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