I'm kinda new here, and this is my first question...
For CSS, how can I make it so that a certain background of a div id has a certain opacity (like 0 is nothing and 1 is a solid color background). I have an image as a background for the website (don't worry, it works with the design), and would like to do this in order to give it a nice look/
You can change an entire div's opacity with CSS, but I'm not sure about just the background image. If it was a color or gradient you could do it with CSS.
I'm kinda new here, and this is my first question...
For CSS, how can I make it so that a certain background of a div id has a certain opacity (like 0 is nothing and 1 is a solid color background). I have an image as a background for the website (don't worry, it works with the design), and would like to do this in order to give it a nice look/
Thanks!
For CSS opacity on a div of 50%:
For 50% opacity of a div on a black background:
You can do gradients with browser extensions currently. http://css-tricks.com/css3-gradients/
Then just use etc
Ps: sorry about the abruptness, in on my phone.
This is awesome
Exactly what I was looking for