T
tshad
I am trying to fade an image so that the image is only partially seen in the
background.
I tried:
#headerImg {
margin: 0 auto;
height: 224px;
background: url(../images/bg/header_image.jpg) no-repeat top left;
filter: alpha(opacity=30);
}
It works fine without the Filter: and shows the full image.
When I have the Filter you can see it but the background of the page is
making the image dark. The Background is dark blue.
I am trying to put writing on top of the picture. Is there a way to make
the background behind the image white?
The line in the actual page is:
<div id="headerImg" class="width"></div>
Thanks,
Tom
background.
I tried:
#headerImg {
margin: 0 auto;
height: 224px;
background: url(../images/bg/header_image.jpg) no-repeat top left;
filter: alpha(opacity=30);
}
It works fine without the Filter: and shows the full image.
When I have the Filter you can see it but the background of the page is
making the image dark. The Background is dark blue.
I am trying to put writing on top of the picture. Is there a way to make
the background behind the image white?
The line in the actual page is:
<div id="headerImg" class="width"></div>
Thanks,
Tom