How to remove the red underlines and style the tip box
darumaki - August 2, 2008 - 06:54
| Project: | Hovertips and Clicktips |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I tried the included style-sheet but had no effect, where does it pull these from ?

#1
I don't know what red lines you are talking about.
Stylesheets are a whole complicated issue unto themselves. I suggest you use firebug or something like it to learn which stylesheets are being applied to your pages.
#2
Interesting, the lines were there when the plugin was enabled, I checked the style sheets and there are no indicators, wonder where it's coming from. Each term is highlighted with two red underlines.
#3
I found out what was causing this, in glossary.css, was this css in there already or did the module put it there
a.hovertip_target {font-style:normal;
border-bottom: 3px double #992222;
}
span.hovertip_target {
font-style:normal;
border-bottom: 3px double #992222;
}
I also notice hovertip and glossary link display doesn't work together, you have to choose one or the other. It would be nice if the superscript worked with hovertip for easy display for users.