Replies

Dec 20, 2013 12 years ago
Atreyu
plays with dead things
User Avatar

I'm looking for a code that shows the pet image as transparent and becomes whole when you hover over it. :)

[flower=Atreyu]
Though we are far apart.

Dec 20, 2013 12 years ago
Adventure Captain
sonata
User Avatar

{ opacity: 0.1; } :hover { opacity: 1; }

The numbers for opacity are between 0 (not visible) to 1 (fully visible).

You can also add transitions to make the change smooth. ^_^

Art by
[tot=sonata]

Dec 20, 2013 12 years ago
Atreyu
plays with dead things
User Avatar

Thank you so much!

[flower=Atreyu]
Though we are far apart.

Please log in to reply to this topic.