Hi guys... I have a page which is using AJAX to generate a movable timeline thingy - works great. However, I wanted to add tooltips to each item in the Timeline.
On another page, I used the code from here... http://www.webreference.com/js/column16/code1.html .. worked great. However, on using it for the timeline, I get a.. 'document.all[...].style' is null or not an object ..error. The code is exactly the same as the page that works, EXCEPT for the fact that all the makeEl() calls are not in the original page, but are generated during the AJAX call. So I suppose, as far as IE is concerned, the elements don't exist (because they weren't in the original page?). The question is.. am I on the right track with that, and how the hell do I fix it if that's the case? I can't pregenerate the tips, cos I have no idea what the timeline data will be! Any help / ideas appreciated. Cheers Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" 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/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
