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 Mon Aug 30 2010, 19:45

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 Mon Aug 30 2010, 20:02

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 Mon Aug 30 2010, 21:06

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 Mon Aug 30 2010, 21:08

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 Mon Aug 30 2010, 21:31

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 Mon Aug 30 2010, 21:32

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 Mon Aug 30 2010, 21:46

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 Mon Aug 30 2010, 22:10

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 Thu Sep 02 2010, 04:33

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

- Similar topics

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