PassMark Logo
Home » Forum

Code to turn off highlighting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnfox
    Junior Member
    • Sep 2007
    • 12

    #1

    Code to turn off highlighting

    I'd like to give visitors the option of turning off highlighting. Does anyone have a good example for doing this? Code to share?
    John Fox
    www.marketing-playbook.com
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    You can turn highlighting on and off for everyone from the Zoom configuration window.

    But to allow each visitor to turn it on and off you would need to write some Javascript which toggled the CSS highlight color (e.g. yellow -> clear -> yellow)

    Search for dynamically switching style sheets on Google for details

    Comment

    Working...