Replies

Sep 16, 2010 15 years ago
Jacket_683
is a skilled hooker
User Avatar

I want to greyscale the pet treasures and gender symbol for Watsun; how would I go about doing this?

Any and all help will be appreciated.

[font=helvetica] Even if the HA has tits, I most certainly do not.
Jacquie (fursona) art by
[/font]

Sep 16, 2010 15 years ago
Sammii
is a sun worshipper
User Avatar

You would have to do that in Photoshop/GIMP and then do an overlay or something. There's no CSS code to do it.

Sep 16, 2010 15 years ago
Jacket_683
is a skilled hooker
User Avatar

: Well, that's depressing. I don't suppose there's even a code to at least change the appearance when hovering over the items (make them appear greyed out until hovered over, or vice-versa)?

[font=helvetica] Even if the HA has tits, I most certainly do not.
Jacquie (fursona) art by
[/font]

Sep 16, 2010 15 years ago
Sammii
is a sun worshipper
User Avatar

Not really. You can make them partially-transparent before/after hover.

The code for that should be:

.treasure_item img { opacity: 0.5; } .treasure_item img:hover { opacity: 1; }

Sep 16, 2010 15 years ago
Jacket_683
is a skilled hooker
User Avatar

- thanks for your help. I could have sworn there was a way, but I suppose I was being delusional. xD

[font=helvetica] Even if the HA has tits, I most certainly do not.
Jacquie (fursona) art by
[/font]

Sep 16, 2010 15 years ago
Sammii
is a sun worshipper
User Avatar

There's a way to do it with JavaScript and maaaaybe even a CSS way to do it for IE only, but that's about it. And neither of those are really options in this case. XD No problem.

Please log in to reply to this topic.