Hello,

I have a problem using IE6 and trying to make tooltips (the famous
hover not handled). This post was very usefull :

http://groups.google.com/group/cake-php/browse_thread/thread/f262bf3fd789c55e/30316cfb4e82b209?lnk=gst&q=htc+files&rnum=1#30316cfb4e82b209

and I have wrapped the HTC as a JS and call the parseSheets on window
load. That works perfect rendering HTML views, but when rendering some
partial view using Ajax calls, that does not work.

The only "solution" I found was to patch the ajax helper in the
function afterRender() and added :

$out .= 'parseStylesheets();';

The basically the "parsing" occurs again when rendering ajax calls.
This seems a bit "heavy" for me, but maybe you experts have a better
way to acheive this ? Is there a story of caching or something like
this ?

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to