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

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!
 
T

Thomas A. Rowe

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.
==============================================
 
G

Guest

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.
==============================================
 
T

Thomas A. Rowe

You are welcome!

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top