Linked Questions
21 questions linked to/from CSS background-image-opacity?
19
votes
4
answers
94k
views
How can I change a background image opacity without changing on div content? [duplicate]
I want know that "How can I change background image opacity without changing on div content?"
I searched too much & I don't find a good answer to solve this issue!
HTML
<div class=&...
1
vote
9
answers
22k
views
How to add overlay opacity over a background image? [duplicate]
What I am trying to achieve sounds very simple but I can't get it to work.
I am trying to add opacity on top of the image so that the < h1 > tag is easier to read.
Here is my HTML:
<header&...
0
votes
2
answers
872
views
Remove opacity on text [duplicate]
I have the following code and have added opacity to the solid overlay colour. The problem is that the text is also using the opacity. How do I change it so that the text does not have the opacity and ...
-2
votes
1
answer
301
views
Background opacity from rgba applying to inner class [duplicate]
I'm using react module.css and my outer class has an rgba that makes the opacity slightly grayed out. Thing is, I don't want it to apply to the inner class which is what's happening.
JSX
import styles ...
0
votes
1
answer
322
views
Set opacity for background with linear gradient [duplicate]
my problem is the following: I have a div, that is just a background and has other tags inside. I apply the following background to the div:
background: linear-gradient(158.72deg, rgba(255, 255, 255, ...
2
votes
1
answer
115
views
How to give full page background image and control its opacity using CSS? [duplicate]
I want to set an image as the background for the whole page but also want to control its opacity using CSS without affecting the opacity of the content. Is it possible and if yes then how can I do it?
...
0
votes
0
answers
71
views
Can't set transition on gradient div but can't set opacity on image because it sets child elements opacity as well [duplicate]
I am trying to make a nice hover transition with a gradient background over an image. The problem is I can't get the transition to work on the gradient background. So I moved it behind the image ...
0
votes
1
answer
58
views
How can I change a background images opacity without affecting text? [duplicate]
This is just a dummy example with no bg image, but If I did have a background image how would I achieve the goal of changing the image opacity and not affecting the text?
Here is a code example:
HTML:...
2551
votes
30
answers
1.6m
views
How do I reduce the opacity of an element's background using CSS?
Is it possible, using CSS only, to make the background of an element semi-transparent but have the content (text & images) of the element opaque?
I'd like to accomplish this without having the ...
171
votes
10
answers
903k
views
Transparent CSS background color [duplicate]
I want to make the list menu's background disappear by using opacity, without affecting the font. Is it possible with CSS3?
17
votes
5
answers
55k
views
transparent background image
I have the following css.
#mypass{
background-image: url("Images/logo.png");
background-attachment: fixed;
background-position:140px 100px ;
...
5
votes
2
answers
43k
views
Make HTML body background image transparent
I am trying to make my background image transparent, and the rest of the page not transparent, eg a faded background image on top of non faded HTML and CSS.
I have an HTML page with an image as the ...
0
votes
2
answers
17k
views
div above another div, but should scroll beneath the later one
there is a div (namely div_fixed) which is fixed in position. Another div namely other_content is beneath the div_fixed. The other_content div has a padding-top property so that when the page is ...
0
votes
1
answer
12k
views
How I can animate fadin and fadeout background image in jquery? [duplicate]
I have a background-image that must be animated through fadein and fadeout effect on hover event. How I can do that?
2
votes
3
answers
6k
views
Highlight text on image in CSS
I have a some text on image, but the problem is i am using opacity so that text gets highlighted but it makes images look very dull.
Here is Updated Fiddle Link
Html
<div class="subcontainer"...