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.
The forum of the forums
2 posters

    Opacity for Background 1 and 2

    Yami Spike
    Yami Spike
    New Member


    Male Posts : 9
    Reputation : 2
    Language : English

    Opacity for Background 1 and 2 Empty Opacity for Background 1 and 2

    Post by Yami Spike October 11th 2015, 4:49 am

    Im trying to find a CSS code to allow me to make the background a bit see through, but not fully transparent, anyway help is appreciated I should add in we are using PunBB

    Also a little help with getting the Chatbox monochrome or transparent, so that its not copying the Site Background over itself (would take picture to show, but i have no way of doing so)
    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Opacity for Background 1 and 2 Empty Re: Opacity for Background 1 and 2

    Post by Zed is Not Dead October 11th 2015, 8:00 am

    Hey there @Yami Spike, use this code to fix your issue

    Code:
    body {
    opacity:0.98;
    filter:alpha(opacity=98);
    }

    Paste that into the CSS 98 is hardly see through so I would advise maybe 85 so then just use this

    Code:
    body {
    opacity:0.85;
    filter:alpha(opacity=85);
    }

      Current date/time is November 11th 2024, 8:33 pm