[jQuery] R: [jQuery] mouseover / mouseout

[jQuery] R: [jQuery] mouseover / mouseout

<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Ifixer try this
$('a.view').css('opacity',0.33);
$('a.view').hover(function() {
        $(this).stop().animate({
            opacity : 1
        }, 600);
    },
    function(){
        $(this).stop().animate({
            opacity : 0.33
        }, 800);
});
<a style="color: rgb(91, 91, 91);" href="http://www.diegovalobra.com">Diego Valobra</a>
--- <b>Sab 27/9/08, eewan <i><ifixer@gmail.com></i></b> ha scritto:
<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">Da: eewan
<ifixer@gmail.com>
Oggetto: [jQuery] mouseover / mouseout
A: "jQuery (English)" <jquery-en@googlegroups.com>
Data: Sabato 27 settembre 2008, 16:59
<pre>Hey guys,
I have problem and my programmer isn't around to help me :(
Look at main page:
http://www.mycitysolutions.com/
I used $('a.view').fadeTo('fast', 0.33) to fade out images on
load and
$('a.view').mouseover(function () {
$(this).fadeTo('normal', 1);
});
$("a.view").mouseout(function () {
$(this).fadeTo('normal', 0.33);
});
to make them change opacity on image hover. But if you try numerous
times to run trough image animation will take some time :D
So i need some event listener or ... how do i solve this so it repeats
normally :)
Thx in advance
</pre></blockquote></td></tr></table>
__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge
dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it