r
>
> > Can be set up like this in your code:
> > $(document).ready(function(){
>
> > $("a").hover(function(){
> >//over
> >$(this).fadeTo("slow", 0.22);
> > },function(){
> >//out (full opacity)
> >$(this).fade
Hello
I have modified the jQuery 'Effects/fadeTo' effect so that hovering
over a link makes it fade. See example at:
http://www.btinternet.com/~chris.edwardz/jquery/index.htm
I am quite new to this technology, however my question is to find out
whether it is possible for the link state to return
2 matches
Mail list logo