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.

Opacity for Background 1 and 2

2 posters

Go down

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

Post by Yami Spike Sun 11 Oct - 4:49

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)
Yami Spike
Yami Spike
New Member

Male Posts : 9
Reputation : 2
Language : English

http://ygo-shadowanarchy.forumotion.com/forum

Back to top Go down

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

Post by Zed is Not Dead Sun 11 Oct - 8:00

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);
}
Zed is Not Dead
Zed is Not Dead
Forumember

Posts : 257
Reputation : 28
Language : English

http://naruto-ld.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum