[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Glen Lipka
Nice work! You might want to consider leveraging the hoverIntent plugin. That way you would get unintentional zooms when you are moving past an image quickly. Again, looks cool. Glen On 6/23/07, Su <[EMAIL PROTECTED]> wrote: This is neat. On 6/23/07, Sean Catchpole <[EMAIL PROTECTED]> wrote

[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Benjamin Sterling
I agree with Su, you may be able to get away with using src and lowsrc, but I am not totally sure what browsers are fully supporting lowsrc. On 6/23/07, Su <[EMAIL PROTECTED]> wrote: This is neat. On 6/23/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > The feature I'm wondering about, is if

[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Su
This is neat. On 6/23/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: The feature I'm wondering about, is if the zoom2 image should inherit the classes of the original image. (If what I'm saying makes no sense, go view the source code of the zoomi page above) Would it be a pain to make it opti

[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Daemach
Here's an even better way :) str+="border-top-style: " + $(this).css("borderTopStyle") + ""; On Jun 23, 2:33 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > Another weekend, another plugin =P > > zoomi:http://www.sunsean.com/zoomi/ > > So here's the scoop. It's almost ready, beta as some peop

[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Daemach
Erg - I hit send too soon... If you look at document.styleSheets[0].cssRule[4].style.borderTop in the Firebug DOM tab, it looks like it should be returning a value for that attribute. I can't tell you why it doesn't at the moment, but if you query borderTopWidth, borderTopColor, or borderTopStyl

[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Daemach
Very nice work Sean - that is going to be really useful. I haven't looked into the border issue you mentioned, but this.width or this.style.width hold the value of the style="" attribute of the element. When your node's styles are inherited via a css rule you need to look for the computed style.