You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use twipsy on <div> and/or <p> tags. At the moment I can only get it to work on <a> tags
i.e
<a href="#" rel='twipsy''>twipsyanchor</a>
works fine and the twipsy box appears on hover.
This however wont work......
<p rel='twipsy'>twipsyparagraph</p>
Is this standard or am I doing something wrong?
Basically I just need confirmation of which tags twipsy works with and if there is anything special that needs to be done to make it work with anything but links.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks for the reply Jacob.
I sussed that I wasnt adding a title attribute to my tags and this caused the twipsy to not appear because by default the content body of the twipsy is hidden. If you omit the title tag then there is nothing to display.
I went for the popover instead, it suited my needs better.
Hi All,
I'm trying to use twipsy on <div> and/or <p> tags. At the moment I can only get it to work on <a> tags
i.e
<a href="#" rel='twipsy''>twipsyanchor</a>
works fine and the twipsy box appears on hover.
This however wont work......
<p rel='twipsy'>twipsyparagraph</p>
Is this standard or am I doing something wrong?
Basically I just need confirmation of which tags twipsy works with and if there is anything special that needs to be done to make it work with anything but links.
Thanks in advance.
The text was updated successfully, but these errors were encountered: