This content has been marked as final.
Show 2 replies
-
1. Re: Using the same Spry Tooltip in multiple places
Arnout Kazemier Aug 6, 2010 1:30 AM (in response to greenbluewave)To learn more about CSS selectors http://css.maxdesign.com.au/selectutorial/
What the tooltip says, is you can use the same css selectors you use in your CSS and use them to target tooltip areas
For example the css selector .className will target all elements with the class of className. If you supply this selector to the Spry tooltip. It will work on all elements that have the .className class assigned to them .
-
2. Re: Using the same Spry Tooltip in multiple places
greenbluewave Aug 9, 2010 7:07 PM (in response to Arnout Kazemier)Thanks for the help, could someone please post some example code of this working? I'm still having trouble with this.

