I have some images in a div called main which has the opacity set to 82%
#main {
background-color:#191919;
width:800px;
opacity:0.82;
filter:alpha(opacity=82);
}
These images however are also slightly transparant. I tried setting the opacity of the image to 100% but that didn't help. I have no idea what's causing this. The image is just a normal image with a src and alt so nothing fancy about that.
Also table (so probably also div) background colors are transparant.
Anyone who could help with this?