Jump to content

Tooltip question!


irncru

Recommended Posts

The best thing is to set your tooltip popup to overlay the 'Tooltip' link. Adjust the span's margin-left: 28px; to be a negative value: ;

 

What will happen is that as soon as your mouseover the 'Tooltip' text it will popup that window over it thus you mouse is now already in the span tooltip box thus keeping it open. You can now add all your content, links etc within that span tag.

Link to comment
Share on other sites

brilliant, thanks very much!

 

while i'm here, i have another question with them... is there a way to make the text that you hover over to reveal the tooltip a clickable link? the text takes this form already but when i click it it just takes me to the top of the page :/ i tried simply adding an html link to the text but it just messes the whole thing up

Link to comment
Share on other sites

i haven't changed anything since my first post yet, my method of choice will be one or the other i took my link adding attempt out when i saw it didn't work, but it was simply changing the text "tooltip" to

<a href="www.example.com">tooltip</a>
Edited by irncru
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...