Chatbox backbround pic (CSS code) Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Chatbox backbround pic (CSS code)

    avatar
    Jubbahey#2
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    Solved Chatbox backbround pic (CSS code)

    Post by Jubbahey#2 May 9th 2012, 9:32 pm

    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 Razz )

    Thanks for the reply Coddy !

    SOLVED Smile


    Last edited by Jubbahey#2 on May 11th 2012, 10:31 am; edited 3 times in total
    avatar
    Guest
    Guest


    Solved Re: Chatbox backbround pic (CSS code)

    Post by Guest May 9th 2012, 9:35 pm

    Hi!

    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.
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Chatbox backbround pic (CSS code)

    Post by Jophy May 11th 2012, 11:25 am

    Topic Solved & Locked