Chatbox backbround pic (CSS code)
2 posters
Page 1 of 1
Chatbox backbround pic (CSS code)
Hi peeps.
Can anyone give me the CSS code to change the single colour background to a pic in the chatbox window.
I've tried submitting this code.....
body.chatbox {
background-image: https://i.servimg.com/u/f45/16/65/78/28/image110.jpg;
}
body.chatbox {
background-color: none;
}
but nothing changes.
Thanks
My Stupid...code should have read...
background-image: url('https://i.servimg.com/u/f45/16/65/78/28/image110.jpg');
Sorry, (but it may help somebody else )
Thanks for the reply Coddy !
SOLVED
Can anyone give me the CSS code to change the single colour background to a pic in the chatbox window.
I've tried submitting this code.....
body.chatbox {
background-image: https://i.servimg.com/u/f45/16/65/78/28/image110.jpg;
}
body.chatbox {
background-color: none;
}
but nothing changes.
Thanks
My Stupid...code should have read...
background-image: url('https://i.servimg.com/u/f45/16/65/78/28/image110.jpg');
Sorry, (but it may help somebody else )
Thanks for the reply Coddy !
SOLVED
Last edited by Jubbahey#2 on May 11th 2012, 10:31 am; edited 3 times in total
Jubbahey#2- New Member
- Posts : 13
Reputation : 1
Language : English
Re: Chatbox backbround pic (CSS code)
Hi!
Have you tried this:
If not working, please provide your forum url. Thanks.
Have you tried this:
- Code:
body.chatbox{
background-color: none !important;
}
body.chatbox{
background-image: http://i45.servimg.com/u/f45/16/65/78/28/image110.jpg !important;
}
If not working, please provide your forum url. Thanks.
Guest- Guest
Re: Chatbox backbround pic (CSS code)
Topic Solved & Locked |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Code For Chatbox
» [Code]Involving Chatbox
» JS Code Blocking Chatbox
» CSS code(s) for getting rid off chatbox buttons
» HTML code for chatbox
» [Code]Involving Chatbox
» JS Code Blocking Chatbox
» CSS code(s) for getting rid off chatbox buttons
» HTML code for chatbox
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum