Yeah I see what you mean and I totally agree with that. The thing is that I didn't save the changes I've made (it didn't work and I didn't realize I could share my failure lol).
Anyway this was not big changes, I tried to get rid of the dynamic generation of HTML (the insertZoomHTML() function in FancyZoomHTML.js) by directly adding the div box for the image: // ZOOM IMAGE <div id="ZoomBox"> <a href="javascript:zoomOut();"><img src="/images/spacer.gif" id="ZoomImage" border="0"></a> <!-- THE IMAGE --> <div id="ZoomClose"> <a href="javascript:zoomOut();"><img src="/images/closebox.png" width="30" height="30" border="0"></a> </div> </div> Then I tried to call setupZoom() inside the page fragment, where the images are, but it didn't work. setupZoom() is supposed to be in the OnLoad event of the <body> tag, this function call prepZooms() that will replace all <a href> that redirect to an image with a new OnClck event). I think that's all I've done :) Regards, Charles On Dec 16, 6:57 pm, Sean Gilligan <[email protected]> wrote: > Sean Gilligan wrote: > > You'd be surprised how much better help you get on this list if you > > actually post a link to your work in progress (better still with an > > easily downloaded source .zip) > > p.s. I just saw my post and in retrospect it sounds kind of snarky. I > don't mean to be. I'm truly amazed at how much specific help folks on > this list have received when the post a link to a page/site that is > having a problem. > > If your project is confidential, but you are having basic problem with > Safari/WebKit/iUI/PHP/Whatever you should be able to create a simple > reduction that demonstrates the issue and post that. > > -- Sean -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en.
