JavaScript Tooltips Generator PHP Class 1.0 BETA
Monday, September 25, 2006JavaScript Tooltips Generator PHP Class, News
This is a PHP script that generates nice, template driven, JavaScript tooltips.
A collection of free PHP classes that will greatly improve the quality of your PHP driven web applications while greatly decreasing the time put into writing them. Think of it as PHP Rapid Application Development. That's Zebra PHP Component Framework
This is a PHP script that generates nice, template driven, JavaScript tooltips.
|
I am well aware of the fact that "everything has already been done" but I simply can't copy & paste other's code. I am a coder. I code. |
| Read more | |
| View my blogger profile | |
September 26, 2006 3:49 PM
Hi, The fading doesn't work in Safari. Have you thought about using the script.aculo.us/prototype effects? These seem to work in almost every browser...
September 26, 2006 5:08 PM
hi,
thanks for reporting - i'll look into it.
September 30, 2006 8:16 PM
If you have the followin doc type :
'< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
It just doesn't work... Any ideas?
September 30, 2006 8:37 PM
i have no ideea. i'll look into it. thanks
December 12, 2006 11:14 AM
I have the same problem. When I use the same !DOCTYPE declaration, the class doesn't work.
Thanks!
December 12, 2006 5:17 PM
I tried the class with the DOCTYPE and everything worked fine. Are you sure you are calling the $tt->init() method? and are you sure you are calling it in the <BODY> section of your page?