i also attached a:

// remove the alt tag
                img.removeAttr("alt");

before the:
                img.bind( settings.showEvent, activate );

to switch of the alt hover

greet jens

On 30 Mai, 23:29, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> Trend-King,
>
> 2.http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-W...
> here we have 2 magnify the first work, the second won’t work, I think
> because of the #bild2 display:none; property if I chance the display
> property to block by css both work, but if I chance the display
> property by javascript on click to the littlesmall images on bottom it
> won’t work have you an fix for that please.
>
> In regards to this:  try binding the magnify to the link *after* it has been
> displayed -- something like:
> $("#thumbnail").click(function() {
>     $("#bild2").show();
>     $("#thelink").magnify( options );
>
> });
>
> This is because the smaller image must be display: block for the width,
> height and position to be read correctly.
>
> -- Josh
>
>
>
> ----- Original Message -----
> From: "Trend-King" <[EMAIL PROTECTED]>
> To: "jQuery (English)" <jquery-en@googlegroups.com>
> Sent: Friday, May 30, 2008 1:42 PM
> Subject: [jQuery] jquery.magnify by Josh
>
> Hi there. I like your script so much that i build it in our 
> pagehttp://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-W...
> but I found a few issues during testing the app.
>
> 1. If you go over the image the magnify appears, if you go fast out of
> the image and then fast in the image the magnify won’t start. Then you
> go out and in and the magnify works.
> For me I changed the fade time that fixes the problem. Maybe there is
> another chance to fix it. Or an duration property
> 2.http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-W...
> here we have 2 magnify the first work, the second won’t work, I think
> because of the #bild2 display:none; property if I chance the display
> property to block by css both work, but if I chance the display
> property by javascript on click to the littlesmall images on bottom it
> won’t work have you an fix for that please.
>
> Good Work go on please
>
> Greetings- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -

Reply via email to