I wonder if it is possible to affect the bg color or the opacity of the parent div.
I have a div with this transparent white color:
background-color:rgba(255,255,255,0.9);
div contains text fields with rounded corners, can the background color of text fields somehow be a negative transparency number, so the total opacity of the div and text field is 0.5?
It seems like the transparency in the rounded rec is already a transparent div.
I came up with 3 possible solutions:
- Make the parent dic completely transparent and draw divs as a border around the margins. (It sounds very complicated.)
- Add the content below the div again in the text box. (Performance?)
- Some intersection.
What do you think I should do?
- Edit ---
# 2, png. () (, div). - , .
. , png, .