For example, this is what I'm trying, but it isn't working:
<script type="text/javascript" language="javascript">
function navicon1on {
effect.appear('navicon1', {duration: 0.3});
}
function navicon1off {
effect.fade('navicon1', {duration: 0.3});
}
</script>
<div class="posnavtext1"><a onmouseover="navicon1on();"
onmouseout="navicon1off();" href="index.asp">HOME</a></div>
<div id="navicon1" class="posnavicon1" style="display: none;"><img
src="art/ic_homeHover.gif" alt="Home" width="71" height="55"
border="0" /></div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---