Replies

Oct 10, 2010 15 years ago
ZERO
is bitter
User Avatar
Wesker

I set my treasure items to 0.5 opacity how do I get them to be 100% when you hover over them?

Oct 10, 2010 15 years ago
The Royal
PUNS
User Avatar

.treasure_item:hover img { filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

this should do it!

Please log in to reply to this topic.