Opacity isolation for page.
Permalink
I'm trying to make the #page in my CSS theme have an opacity of "x". When i do this, everything appearing on the #page (text, image, nav, etc) takes on the same opacity.
Anyone know how to isolate the opacity to just the #page?
Thanks in advance!
Anyone know how to isolate the opacity to just the #page?
Thanks in advance!
something like this? (using two layers):
Viewing 15 lines of 44 lines. View entire code block.
sorry, should have clarified more.
i have a background image located in the #body. I am wanting the #page to have an opacity without all the text, photos, nav, etc that appear on the #page also having an opacity.
i have a background image located in the #body. I am wanting the #page to have an opacity without all the text, photos, nav, etc that appear on the #page also having an opacity.
never mind, i figured out a way to fix my problem. thanks for your help anyways!
Sam
Sam
or just use a PNG with a grade of tranceparency.
background: transparent url(images/mybg.png)
background: transparent url(images/mybg.png)