MyBB Community Forums

Full Version: How to make theme see through
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://ezpsp.com/

That is my site
see the psp's in the back

what I want to do is make it one psp big
and where it was see through so you can see the psp still
how can I do this?
Adjust transparency levels, I guess?
How or where can I do that at?
In whatever image manipulating program you are using, like Photoshop, GIMP, etc?

I'm confused to what you're asking if you're not trying to make images transparent.
No I am trying to make the mybb stuff transparent so that I can see the background
add this code to #container in global.css

opacity: .5;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
I know that this is a theme on smf but mybb should be able to do the same thing

http://custom.simplemachines.org/themes/...4260;image

but see how its kinda transparent can see the background great
That was a little to lite
Thank you that worked good I changed it to .7
try adding this

background-color: rgb(255,255,255,0.5);