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 border issue

4 posters

Go down

Solved Chatbox border issue

Post by runawayhorses January 26th 2011, 12:04 am

How do I fix this? Notice at the bottom of the chatbox the border cuts off the control buttons.

Click the thumbnai to view larger. Thanks for any answers.

Chatbox border issue Th_chatbox


Last edited by runawayhorses on January 26th 2011, 7:36 pm; edited 1 time in total
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Chatbox border issue

Post by RoNo January 26th 2011, 8:30 am

runawayhorses wrote:How do I fix this? Notice at the bottom of the chatbox the border cuts off the control buttons.

Click the thumbnai to view larger. Thanks for any answers.

Chatbox border issue Th_chatbox
That is a chatbox footer issue.
Use Ctrl+F to find the Chatbox
section of your Css stylesheet
[ Admin Panel»Display»Colors»Css ]
Add height: 18px; (or all of this if
you don't have a footer section)
Code:
#chatbox_footer {
   height: 18px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 5px;
   }
(experiment with the height:?px setting)
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Chatbox border issue

Post by runawayhorses January 26th 2011, 4:16 pm

Here is the chatbox code I have right now in the CSS stylesheet. What do I need to change in this code?

* Chatbox-------------------------------------------------*/
#chatbox_contextmenu {
border: 2px solid black;
background-color: #080808;
}
#chatbox_contextmenu p {
border-bottom: 0px solid #CECECE;
padding: 5px 20px 5px 0px;
margin: 1px;
}
#chatbox_contextmenu p.close {
background-color: #080808;
padding: 10px;
}
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Chatbox border issue

Post by Brad38 January 26th 2011, 4:21 pm

Add the code Rono gave which is this:

Code:
#chatbox_footer {height: 18px; position: absolute; bottom: 0; left: 0; right: 0; padding: 5px;}

If this doesn't fix your problem, try experimenting with different values for the 18px height.






Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Chatbox border issue

Post by runawayhorses January 26th 2011, 5:23 pm

Brad38 wrote:Add the code Rono gave which is this:

Code:
#chatbox_footer {height: 18px; position: absolute; bottom: 0; left: 0; right: 0; padding: 5px;}

If this doesn't fix your problem, try experimenting with different values for the 18px height.






Do I change the code I have now with that new code or do I just add it to the code that is there now? thanks
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Chatbox border issue

Post by Brad38 January 26th 2011, 5:24 pm

You would just add that little bit of code to your existing chatbox code, don't delete what you have there already. Smile
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Chatbox border issue

Post by runawayhorses January 26th 2011, 7:35 pm

Brad38 wrote:You would just add that little bit of code to your existing chatbox code, don't delete what you have there already. Smile
Wow thank you very much that worked like a charm!!

I guess this issue is resolved. thanks again. Smile
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Chatbox border issue

Post by Sanket January 26th 2011, 7:41 pm

Since this thread is marked solved, I will lock this thread.
Chatbox border issue 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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