Aug 1, 2003 #1 toddOne Programmer Jul 20, 2001 41 US how do i disable the image toolbar when people mouse over my logo? does the solution work for all browsers, ie, netscape...? thanks in advance!
how do i disable the image toolbar when people mouse over my logo? does the solution work for all browsers, ie, netscape...? thanks in advance!
Aug 1, 2003 #2 mike8675 Programmer Apr 2, 2002 7 US Two ways to do this: 1st) <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> or 2nd) <img src="my_pic.gif" GALLERYIMG="no"> First disables all image toolbars on a page and the second one will disable a specific image. Upvote 0 Downvote
Two ways to do this: 1st) <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> or 2nd) <img src="my_pic.gif" GALLERYIMG="no"> First disables all image toolbars on a page and the second one will disable a specific image.