FlashDancer
01-21-2012, 11:27 AM
I am using this for my background:
background: rgba(127,127,127,0.25)
This isn't valid CSS and I am wanting to use:
background: rgb(127,127,127);
opacity: 0.25
The problem with using the second one is that the opacity also effecting everything inside the DIV container.
Does anyone have a solution for just getting the background at 25% opacity, whilst being CSS compliant (no transparent image as background please :P)?
background: rgba(127,127,127,0.25)
This isn't valid CSS and I am wanting to use:
background: rgb(127,127,127);
opacity: 0.25
The problem with using the second one is that the opacity also effecting everything inside the DIV container.
Does anyone have a solution for just getting the background at 25% opacity, whilst being CSS compliant (no transparent image as background please :P)?