Hi, Is there a way to dynamically change an element's CSS display value between 'none' and, say, 'inline'?
It would be nice to create a custom menu option, for example, that would toggle between "show indexing markup" and "hide indexing markup". If it is set to "show", then the indexing markup element(s) would have their CSS display set to 'inline.' If it is set to "hide", then these elements would have the CSS display value set to 'none.' Thanks, --Andy

