Opacity Image on Editor 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

    Opacity Image on Editor

    avatar
    Guest
    Guest


    In progress Opacity Image on Editor

    Post by Guest January 16th 2014, 11:17 pm

    Hello,
    I wanted to ask how I can add an opacity image to my editor without altering the opacity of the text. Is this possible?
    Asriel
    Asriel
    Forumember


    Male Posts : 585
    Reputation : 32
    Language : English, Russian, Ukrainian
    Location : St. Somewhere

    In progress Re: Opacity Image on Editor

    Post by Asriel January 16th 2014, 11:29 pm

    You can make picture with opacity and then just save it as and post it. That's what I did. That way you won't need to add any additional code.

    Original:
    Opacity Image on Editor Wall-E
    OPACITY:
    Opacity Image on Editor TaukLFv
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: Opacity Image on Editor

    Post by Sir Chivas™ January 16th 2014, 11:51 pm

    Hi,

    Are you asking for something similar to what we have here at the Support Forum? Yes, the image we have here has been edited and added with opacity, adding opacity without affecting the font won't be possible, mate.


    This would be the code to add it in the textarea:
    Code:
    .sceditor-container iframe, .sceditor-container textarea {
    background-image: url('URL');
    background-position: whatever;
    background-repeat: no-repeat;
    }

    Just change the position with whatever you want. Either one: right, center, left.