Hi, I hope anyone can help me.
I've made a container containing white background and opacity ("filter: Alpha (Opacity=75); -moz-opacity: .75;") so you can see the background a little bit.
Everythings seems to be fine, but when I place an image as content (Text/html module) this image is also a bit transparant.
I've tried to solve this problem. I've:
- placed the contentpane in a <div> and the <div> in a <TD>
- placed a <div> in a <div>
- submitted in my skin.css:
img{
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}
Nothing with any success.
Who can help? You can see the skin temporary here: http://skintest2.dnnskinfactory.nl/
I've placed 2 images to demonstrate the problem.
Janette