Just curious, because the highlighting seems to be causing problems on my page.
Announcement
Collapse
No announcement yet.
Is there anyway to Jump-To, Without the Highlighting?
Collapse
X
-
If you were only wanting to turn off the highlighting for aesthetic purposes, then this could be done by changing the CSS for the "highlight" class.
However, in your case, this is not going to help, as the problem you are trying to avoid is more related to DHTML (dynamic HTML) changes. You would have to modify the highlight script to change this behaviour, and even then, its unlikely to help since both the "jump to" functionality and the "highlight" functionality involve similar DHTML changes.
Comment