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.

How can i edit the chatbox options

3 posters

Go down

Solved How can i edit the chatbox options

Post by BadHaxers Sun 25 Mar - 20:31

Ok I want to know how to edit these like make round corners around them and background of it, here's a pictures wut im talking about

How can i edit the chatbox options Edit10

I want to make these in the chatbox round corners and make a background of it,

Please help me,

Forum Version: PunBB
BadHaxers
BadHaxers
Forumember

Male Posts : 34
Reputation : 1
Language : Css | HTML | Kinda Good At Graphics
Location : Modesto

http://webgraphics.forumotion.com/

Back to top Go down

Solved Re: How can i edit the chatbox options

Post by Sail Sun 25 Mar - 21:44

Code:
.fontbutton {
   padding: 2px;
   cursor: pointer;
   text-align: left;
     border-radius:5px;
     -moz-border-radius:5px;
     background:url('YOUR BACKGROUND');
   }
.fontbutton_normal {
   background:url('YOUR BACKGROUND');
   }
.fontbutton_selected {
   border: 1px solid #22229C;
     background:transparent;
   }
.fontbutton_clicked {
   border: 1px solid #22229C;
     background:url('YOUR BACKGROUND');
   }
.fontbutton_hover {
   border: 1px solid #22229C;
   }

Try adding that to your CSS stylesheet =)
avatar
Sail
New Member

Male Posts : 4
Reputation : 1
Language : English

Back to top Go down

Solved Re: How can i edit the chatbox options

Post by BadHaxers Sun 25 Mar - 21:47

thanks topic solved
BadHaxers
BadHaxers
Forumember

Male Posts : 34
Reputation : 1
Language : Css | HTML | Kinda Good At Graphics
Location : Modesto

http://webgraphics.forumotion.com/

Back to top Go down

Solved Re: How can i edit the chatbox options

Post by SLGray Sun 25 Mar - 22:16

BadHaxers wrote:thanks topic solved

Topic Solved & Locked




How can i edit the chatbox options Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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