You should be able to do this with just prototype.js unless you want it
to have an effect on it while it is resizing the font.

http://www.prototypejs.org/api/element/methods/

getStyle and setStyle are the ones you should concern yourself with.

<script>
    $('element').setStyle({
        'font-size': getStyle('font-size') + 4
        });
</script>

Or something to that effect.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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