Do you mean on an image?

echo $this->Html->image(
        'image.png',
        array(
                'alt' => 'For when the image is missing',
                'title' => 'Your tooltip',
                'url' => '/',
                'width' => 100,
                'height' => 100
        )
); 

Jeremy Burns
Class Outfit

jeremybu...@classoutfit.com
http://www.classoutfit.com

On 3 Feb 2011, at 04:55, andy_the ultimate baker wrote:

> hi,
> good morning
> today on the desk i got one new task and that is tool tips for links
> which describe the purpose. i never had done this, so please
> please suggest me how to create tool top for icon links.
> 
> regards
> andy
> (trying to start a bakery)
> 
> -- 
> Our newest site for the community: CakePHP Video Tutorials 
> http://tv.cakephp.org 
> Check out the new CakePHP Questions site http://ask.cakephp.org and help 
> others with their CakePHP related questions.
> 
> 
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
> http://groups.google.com/group/cake-php

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to