When I implemented this it was referred to as the "Fade Anything Technique", and I downloaded a Javascript file from http://www.axentric.com/aside/fat/ . Unfortunately this seems to 404 now (as does anything from that domain), so I have pasted the JS source to http://bin.cakephp.org/view/1853878506 .
Basically put that JS in your /webroot/js folder, and include it in your layout. To get a message to highlight and fade like that, just apply the class "fade" to it. To get the session flashes to do this, just add a span with this "fade" class around where the $session- >flash(); is in your layout. On Sep 20, 2:24 am, jwerd <[EMAIL PROTECTED]> wrote: > When I use programs like Wordpress, when I save my document a message > appears at the top and fades to one color then out to the color of the > page. I really want this in my project but I'm not sure how to > implement it with Cake. What am I missing? I know this is super > simple I just can't put my finger on it. > > Thanks in advance :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
