Tagged Questions
1
vote
1answer
37 views
Fading effect on mouseover / hover event for silverlight?
I have a set of buttons in a grid on a Map/MapControl. I've been trying to figure out how to make it so that the buttons and the grid are usually invisible, but appear as soon as the user hovers their ...
0
votes
2answers
110 views
jQuery Fading Effect
I couldn't find exactly answer of my question.
This is my buttons which created with css sprites. You can see. When mouseover , background color changing to white (opacity 15% and background ...
0
votes
4answers
388 views
JQuery - div fading trouble
I have div, which has id 'content'. It's visible.
<div id="wrapper" style="display:block">
<div id="content">
Some text
</div>
</div>
Now I want to fade it out:
...