Browni
Registered
Hi Guys,
I've been working on a site re-design for www.adamswbrown.cjb.net. It it here, Adam Brown Online 3.5.
As you can see, its a simple but I think effective rollover site. However, I wanted to add a slight twist. I know that it is possible within either Java Script or HTML to set the opacity of an image, and to have that image change its opacity when the mouse is placed over it. I have searched the usual places, google, javascript source, etc and have come up with nought.
I am wondering wether it is possible to for example, the 'base' image with in the curve is the green ghost. When I rollover say the 'Art Work' text image the opacity of the green ghost is reduced to 0 and the opacity of the Art ghost is increased to 100.
I am aware that this would be much better done in something like Flash, but I nether have the time nor money to spend finding out how it works etc.
Is this possible? I would appreciate any help.
So far I have found out that,
controls the opacity of an image, how do I feed this into a rollover JS? Or am I going about this the wrong way?
Thanks,
Adam
I've been working on a site re-design for www.adamswbrown.cjb.net. It it here, Adam Brown Online 3.5.
As you can see, its a simple but I think effective rollover site. However, I wanted to add a slight twist. I know that it is possible within either Java Script or HTML to set the opacity of an image, and to have that image change its opacity when the mouse is placed over it. I have searched the usual places, google, javascript source, etc and have come up with nought.
I am wondering wether it is possible to for example, the 'base' image with in the curve is the green ghost. When I rollover say the 'Art Work' text image the opacity of the green ghost is reduced to 0 and the opacity of the Art ghost is increased to 100.
I am aware that this would be much better done in something like Flash, but I nether have the time nor money to spend finding out how it works etc.
Is this possible? I would appreciate any help.
So far I have found out that,
Code:
style="filter:alpha(opacity=xx);-moz-opacity:0.3" onMouseOver="high(this)" onMouseOut="low(this)
Thanks,
Adam