Any plug in or script that will hide my URL in mouse over and click? Do i need a special script since it WP?
you mean like this: www.engineeringserver.com/blog ? use: http://www.javascriptkit.com/script/script2/hidestatus2.shtml<script> //Hide status bar msg II script- by javascriptkit.com //Visit JavaScript Kit (http://javascriptkit.com) for script //Credit must stay intact for use function hidestatus(){ window.status='' return true } if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) document.onmouseover=hidestatus document.onmouseout=hidestatus </script> Code (markup):
code no longer work with wp 3.6.. any other ideas what I should search for regarding this? searching Hide status bar msg II script only goes back to this old script