- This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Other’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
I am new to the forums, but been visiting the site for while and enjoy the articles and info.
My problem/question is that I have read on how to make a DIV background with a level of Opacity without affecting any text. My test of performing these recommendations have not worked and have always resulted in complete Opacity for all content.
My situation is that I have a relative positioned Div floating above another DIV and want to make the background 0% Opacity (completely transparent – maybe that’s termed 100% Opacity) so that the graphics of the DIV underneath will show through.
Thanks
iosman
Don’t use opacity
…make the background
partially transparent using a color format that accepts an alpha value (eiher rgba
or hsla
).
Frontend Masters is the best place to get it. They have courses on all the most important front-end technologies, from React to CSS, from Vue to D3, and beyond with Node.js and Full Stack.