Re: I am having some difficulties with Tooltip... [message #181812 is a reply to message #181803] |
Tue, 04 June 2013 15:46 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Mon, 03 Jun 2013 21:14:24 -0700, khando Umpo wrote:
> I want a tooltip to be displayed when I move the mouse over edit/delete
> links.
You have an html problem. You are not generating html that renders in the
browser the way you want it to. You need to generate valid html that
renders as you expect. Try asking in an html forum.
If you have a problem generating valid html using php string
manipulation, we can help you. However, if you don't know what the valid
html you're trying to generate should look like, that's not something we
can fix.
When you can give us an example of (a) the working html you are trying to
produce, (b) the php that you are trying to use to generate it, and (c)
some indication of where it's not generating the right output, we may be
able to help ... but at that point you may be able to see for yourself
what needs fixing.
So here is your solution:
(1) Write some html that does what you want (i.e. provides a tooltip when
the cursor is hovered over an element).
(2) Once you have that html working, if you wish to output it using php,
encapsulate it in a suitable and relevant php string manipulation
structures.
(3) If it doesn't work, show us (1) and (2), and ask for help.
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|