|
Posted by salmobytes on 11/17/07 15:56
Interesting, I didn't know about title="xxx" working in IE,
which I use occasionally, for testing only.
......so, to make tooltips that work in all browsers, you could
use the css2 hidden span trick for Firefox, Safari, Opera, Konqueror
and IE7. For IEsicks you would add the title="xxx" attribute.
Then you'd have an ugly hack that would work in all browsers.
Did I get that right?
(None of that is php per-se, but if you dynamically generate
your pages, you still have to write all of the above
into your php at some point)
[Back to original message]
|