Opacity for Background 1 and 2
2 posters
Page 1 of 1
Opacity for Background 1 and 2
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)
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)
Re: Opacity for Background 1 and 2
Hey there @Yami Spike, use this code to fix your issue
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.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);
}
Similar topics
» [background color update]-I want the code to change the background color
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Opacity of element
» body opacity
» Banner opacity style ?
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Opacity of element
» body opacity
» Banner opacity style ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum