Combining a code snippet?

liunx

Guest
I was wondering if someone could help me out with this little snippet of a code to "mask" a graphic....<br />
<br />
filter:alpha(Opacity=50, Style=2, StartX=50, StartY=50, FinishX=50, FinishY=50); <br />
<br />
It's obviouslly a code to make a type of 'opacity mask' around an object. I was wondering if it were possible to edit this code to make it so the opacity mask surrounds the webpage itself, rather than just an object.<br />
<br />
Thanks SO much for the useful links!<br />
Any help would be greatly appreciated.<!--content-->Easily done:<br />
<br />
<br />
<html><br />
<br />
<head><br />
<style type="text/css"><br />
<!-- <br />
body { filter:alpha(Opacity=50, Style=2, StartX=50, StartY=50, FinishX=50, FinishY=50); }<br />
// --><br />
</style><br />
</head><br />
<br />
<body><br />
</body><br />
<br />
</html><br />
<br />
<br />
<br />
Just remember that these filters only works with Internet Explorer.<!--content-->Gosh, thanks a ton!<br />
This will work even if I have a background image URL, right?<br />
<br />
Like:<br />
<br />
<body background ="http://216.40.248.25/freeg/thetismoon.jpg" bgproperties=fixed"<br />
<br />
<br />
Or would I have to combine that into the code you gave me?<br />
Boy, I suck at combining codes... but thanks a ton.<!--content-->Yep, I'm pretty sure it'll work. :)<!--content-->Okeyday, it worked great. But I need the mask color to be black, and not so thick.<br />
Here's the URL:<br />
<!-- m --><a class="postlink" href="http://www24.brinkster.com/brokentoilet/opacitest.html">http://www24.brinkster.com/brokentoilet/opacitest.html</a><!-- m --><br />
<br />
See what I mean?<!--content-->
 
Back
Top