Associate
- Joined
- 2 Jun 2004
- Posts
- 754
- Location
- Space
I was wondering if anyone can help me create a smooth image fader for my video site. If you move your mouse over the image for it to fully appear, it appears to quickly looking very unprofessional.
click here for a demo
And here is the code
I hope someone can help
thanks!!!
click here for a demo
And here is the code
Code:
<img src="videos/life1/life.jpg" alt="Plant 1, DC Logo" width="213" height="121" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50" />
I hope someone can help
thanks!!!