Disable graphics menu that pops when mouse hovers over a graph fil

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, everyone.
I am publishing a booklet online as a sequence of GIF files (there is so
much complexity to it that it is easier to save every page as a graphics
file; I am also making a PDF available.)
Everything is OK but there is this irritating strip menu (Save, Print,
Email, Open my Pics Folder) that appears in the upper right corner every time
I hover with the mouse over the picture. It actually blocks some of the
content. Is there any way to disable this menu (=prevent it from appearing)?
I do not need to restrict the save feature etc., just get rid of the menu.
Also, as an added 'convenience feature' there is the automatic resize
(which, of course, makes the text impossible to read if the browser window is
much smaller than the graphics size.) Can that be turned off, too?
(My working environment is MS FrontPage 2003)
Thanks in advance!
 
You need add the following to head section of each page, in HTML/Code View:

<meta HTTP-EQUIV="imagetoolbar" CONTENT="no">

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Thank you very much, Mr. Rowe. It worked.

NK




Thomas A. Rowe said:
You need add the following to head section of each page, in HTML/Code View:

<meta HTTP-EQUIV="imagetoolbar" CONTENT="no">

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You are welcome!

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top