iGeek
12-07-2004, 11:58 PM
How do I make the items in my shop transparent? CSS perhaps?
Web_Guy
I mean the background
Web_Guy
I mean the background
|
View Full Version : Transparent Items? iGeek 12-07-2004, 11:58 PM How do I make the items in my shop transparent? CSS perhaps? Web_Guy I mean the background iGeek 12-08-2004, 12:08 AM I mean the background Amara 12-08-2004, 12:37 AM I don't think this is what you want, but this makes the pictures fade and blend in with the background <style type="text/css">img {FILTER:glow(color=#F8FFF8)FILTER: progid Alpha( Opacity=70, FinishOpacity=1, Style=2, StartX=0, FinishX=100, StartY=0, FinishY=100)}</style> or <style type="text/css"> p img{filter:xray alpha(Opacity=60, FinishOpacity=1, Style=3, StartX=0, FinishX=80, StartY=0, FinishY=80)} </style> iGeek 12-18-2004, 06:49 PM and where would i put that? iGeek 12-18-2004, 06:58 PM never mind, i found where to put it. the only thing that bugs me is that neither of em covers up the entire tollbar and stuff. is some code that covers it in my shop, like a user lookup kinda? tokyo bleu 12-18-2004, 07:14 PM I don't know if Neopets eased the CSS restrictions, but the last time, I remember that they disabled a lot of CSS codes in shops. Stevo 12-21-2004, 03:18 PM Just to let cha no, neopets really frown on css in shops, dunno why but they do my friend had it in his shop and his account got frozen |