This is a little confusing. Not so much because you haven't explained your requirements, as that they don't seem to make a lot of sense to me at the moment.
1) is there anyway I can apply the tooltip to a different element. For example if the user was to click inside of a text field (search box) I would like this to trigger a tooltip appearing from the submit button, which is actually a regular text link, not a form button.
Yes something like that can be done. However, it would be much easier to work out if I had an example of the HTML code you want to apply this to. So either:
Please post a link to the page on your site that contains the code so we can check it out.
or provide example code of a "submit button, which is actually a regular text link, not a form button"
That said, clicking inside a text field would activate its onfocus event. I could use that to trigger a chain of code that could achieve the desired results under the stated conditions, if I had a better idea of the actual elements involved and how they actually relate to each other within the page.
Bookmarks