Post message speech bubble background 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

    Post message speech bubble background

    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Post message speech bubble background Empty Post message speech bubble background

    Post by JAN2XONLINE February 28th 2013, 1:05 am

    Post message speech bubble background Quote210

    Is this possible here? A speech bubble background on a post message?

    I'm using phpbb3 forum.
    Cassius Dio
    Cassius Dio
    Forumember


    Male Posts : 581
    Reputation : 79
    Language : Romanian &English
    Location : Yellow Submarine

    Post message speech bubble background Empty Re: Post message speech bubble background

    Post by Cassius Dio February 28th 2013, 6:47 am

    Hi! Very Happy

    You need only that background URL.
    Code:
    .postbody .content{
    background: url(Background URL) no-repeat;
    }
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Post message speech bubble background Empty Re: Post message speech bubble background

    Post by JAN2XONLINE February 28th 2013, 7:29 am

    How? The speech bubble's size depends in characters inside it. So usually, it changes size.
    Cassius Dio
    Cassius Dio
    Forumember


    Male Posts : 581
    Reputation : 79
    Language : Romanian &English
    Location : Yellow Submarine

    Post message speech bubble background Empty Re: Post message speech bubble background

    Post by Cassius Dio February 28th 2013, 6:12 pm

    Then try this:
    Code:
    .postbody .content{
    background: url(Background URL) no-repeat;
    background-size: 100% 100% !important;
    }
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Post message speech bubble background Empty Re: Post message speech bubble background

    Post by JAN2XONLINE March 1st 2013, 5:34 am

    I still need to find a speech bubble image. I'll try that code. Very Happy
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Post message speech bubble background Empty Re: Post message speech bubble background

    Post by JAN2XONLINE March 2nd 2013, 9:27 am

    It is working but the speech bubble doesn't look good and the texts are not inside the speech bubble.

    Post message speech bubble background Speech10
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Post message speech bubble background Empty Re: Post message speech bubble background

    Post by JAN2XONLINE March 3rd 2013, 10:04 am

    bump