0

I'm building a website with cakephp and I would like to style the layout of the tooltips. Is it possible to assign a class or id within

Form->input('type', array('title' =>'enter type'))

to style the tool tip or is there any workaround available?

Umesh Aawte
  • 4,590
  • 7
  • 41
  • 51
user2610983
  • 43
  • 1
  • 5
  • possible duplicate of [Is it possible to style a title? (and with CSS or js?)](http://stackoverflow.com/questions/4383148/is-it-possible-to-style-a-title-and-with-css-or-js) – cimmanon Jan 21 '14 at 18:41

1 Answers1

0

You cannot, you should use a JS plugin for that.. like the bootstrap one:

http://getbootstrap.com/javascript/#tooltips

elboletaire
  • 5,180
  • 2
  • 36
  • 46