If I have a div that acts like a box, and I make it real sexy with 10% opacity. How do I counter it since everything in the div also gets the opacity. Lets say i have a box(div) with a 1px border and text, putting opacity on it will make it look bad and i only want opacity on the background.
Share
You could use a semi-transparent PNG image for the element’s background. You’ll need a fix such as Supersleight for IE6 support.