I am using the great jquery tooltip plugin qtip 2. Check it out if you have not already.
http://craigsworks.com/projects/qtip2/
Does anyone know how to define your own custom css (tooltip colors, borders, backgrounds, radius, etc) for the tooltip as opposed to using their predefined tooltip styles?
What I tried:
- I reviewed their style guide but it had nothing on defining your own styles. http://craigsworks.com/projects/qtip2/docs/style/
- Tried their forums but they were down (back up now)
- To create my own tooltip classes and reference them
- To convert over my qtip version 1 style definitions (failed)
If this question helped you, please let me know!
I just put this in my stylesheet. Use whatever properties, you need…
You could also just create your own by pulling one out of the
jquery.qtip.csssheet and editing it. Usemystylethe same way you’d one of the predefined qTip2 styles.