I screwed it up.
This is what I put in my header.
<style type="text/css">
/*
ABOUT.
Written by ethix for use on Proboards.
I can be contacted @ ethix.xihte(AT)gmail.com.
This code may NOT be displayed in full or part
outside of PBS2
pbsupport2.proboards29.comor the Opacity home page
opacity.proboards33.com.
(add
swg.proboards4.com/) to the allowed list )
You may not remove or alter this header. It must stay
intact!
HOW TO.
This code uses PNG files with a level of opacity.
Personally what i do is create an image 50x50 with
a tranparent background use the "fill" tool to fill
the image on my test site for Internet Explorer I
set the opacity to 50% and for all the other browsers
the image had the opasity set to 56%. As Internet
Explorer "darkens" the image. I then resize that image
to a 1x1 px image. When saveing make sure you save it
as a PNG file a PNG-24 !!
Grads.
Internet Explorer has a bug where when useing grads
some of the links may not work...to get around this
make your grads 1x10 px Internet Explorer will stretch
this to fit. The other browsers will need the grads
to be made to size ie..1x35 px etc...
Uploading/Useing
Copy and paste this code into notepad, name the file
"opacity.css" then use the following code in your headers
<LINK REL=StyleSheet HREF="
yourhost.com/opacity.css">*/
/* <--REMOVE/ADD to un/comment lines you want to use or not use--->
by default all lines are not commented
*/
.windowbg { background-color: transparent;
}
.windowbg2 { background-color: transparent;
}
.windowbg {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://img109.exs.cx/img109/1592/999999-other.png');
}
.windowbg[class] {
background-image:url(http://img109.exs.cx/img109/2702/999999-ie1.png);
}
.windowbg2 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://img109.exs.cx/img109/1592/999999-other.png');
}
.windowbg2[class] {
background-image:url(http://img109.exs.cx/img109/2702/999999-ie1.png);
}
</style>
I'm html illiterate, where did I go wrong?