View Full Version : Can someone help me make my neopets appear?


PinoBabe13
08-02-2004, 09:44 PM
To me, my lookup looks okay, but I want my neopets to show. Can someone help me fix this code so they and my shield appear?


<style type="text/css">
table{background:transparent}
img{filter:xray alpha(Opacity=0, FinishOpacity=0, Style=0, StartX=0, FinishX=0, StartY=0, FinishY=0)}
</style>

westernrider
08-02-2004, 09:49 PM
<style type="text/css">
table{background: transparent}
img{filter:xray alpha(Opacity=60, FinishOpacity=0, Style=0, StartX=0, FinishX=0, StartY=0, FinishY=0)}
</style>

:) I hope that helps

I raised the number of the opacity to make the images appear... if it is 0 nothing will appear ;)

PinoBabe13
08-02-2004, 09:51 PM
Thanx!!!