How can i edit the chatbox options
3 posters
Page 1 of 1
How can i edit the chatbox options
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
I want to make these in the chatbox round corners and make a background of it,
Please help me,
Forum Version: PunBB
I want to make these in the chatbox round corners and make a background of it,
Please help me,
Forum Version: PunBB
Re: How can i edit the chatbox options
- 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 =)
Sail- New Member
- Posts : 4
Reputation : 1
Language : English
Re: How can i edit the chatbox options
BadHaxers wrote:thanks topic solved
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
» How does one edit their chatbox with CSS?
» Chatbox Design Edit
» edit "Actions" ,edit plus_menu
» Edit/Remove Chatbox Timeout
» How does one edit their chatbox with CSS?
» Chatbox Design Edit
» edit "Actions" ,edit plus_menu
» Edit/Remove Chatbox Timeout
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum