• cutty

    (@cutty)


    I’m having a hard time getting tooltips on my wordpress. I tried the “tippy” plugin, but I can’t figure out how to apply the example code ( [tippy title=”example tooltip”]This is my nifty tooltip![/tippy] ) to my image (which is a css rollover, so this is the code for it: < a href=”#” class=”my_rollover”>< /a>)

    Does anyone know how to do this? Or if theres maybe a better plugin for my problem? Or if it even needs to be a plugin ( I’d like to use something like this, but don’t know if I can use it on wordpress https://flowplayer.org/tools/demos/index.html )

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Why not just use:

    < a title="Tooltip text goes here" href="#" class="my_rollover">< /a>

    Thread Starter cutty

    (@cutty)

    I want the inside of the tooltip to be an image (html), if I wrote my code like that, how would I clarify whats inside the tooltip?

    I know I can do [tippy title=”blahblah]< img src=”picture.jpg”>[/tippy] but I can’t put my code into the < a> tag. (Hope that makes sense, kind of hard to verbalize it)

    What I want is < a title=”< img src=”picture.jpg>” href=”#” class=”my_rollover”>< /a> but I know obviously I can’t do that

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tooltip question?’ is closed to new replies.