Announcement box in Chatbox
3 posters
Page 1 of 1
Announcement box in Chatbox
Hi
i have one question how to add Announcement in Chatbox
Like This :
For Phpbb2 Version & Thanks
I need the code as any way !
i have one question how to add Announcement in Chatbox
Like This :
For Phpbb2 Version & Thanks
I need the code as any way !
Re: Announcement box in Chatbox
Try adding this to your CSS:
to your announcement message, and
to your preferred icon and background color.
- Code:
div#chatbox:after {
content:'ANNOUNCEMENT MESSAGE HERE';
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px rgba(0,0,0,0);
border: 1px solid green;
color: green;
padding: 6px 6px 6px 40px;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
border-radius: 3px 3px 3px 3px;
display: block;
font-size: 12px;
padding: 10px;
padding-left: 40px;
font-family:Verdana;
}
content:'ANNOUNCEMENT MESSAGE HERE'; |
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px rgba(0,0,0,0); |
Re: Announcement box in Chatbox
Topic Solved & Archived
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
» Not have to log in to Chatbox
» Chatbox help
» need help cause the chatbox
» I need a chatbox
» Chatbox
» Chatbox help
» need help cause the chatbox
» I need a chatbox
» Chatbox
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum