Turning off the Internet Explorer Image Toolbar

IE 6 has this (in my opinion) annoying little toolbar that appears when someone places their mouse pointer over an image:

Internet Explorer Image Toolbar
Internet Explorer Image Toolbar.

This tool bar offers some minor convenience, but in exchange the toolbar slows IE down a little and can get in the way of well placed images. If you want to get rid of it for everyone coming to your site, you have two options:

You can turn the image toolbar off for the whole page with this code inserted in between your <head> and </head> tags:

<meta http-equiv="imagetoolbar" content="no">

or

<meta http-equiv="imagetoolbar" content="false">

Your other option is to include this code on each image where you don't want to have the toolbar appear:

<img border="0" src="filename" galleryimg="no">

or

<img border="0" src="filename" galleryimg="false">

In the above examples the key to shutting this feature off is the attribute:

galleryimg

Settting it to 'no' or 'false' turns it off and setting it to 'yes' or 'true' turns it on, (where you had turned it off for the entire page).

For your own browser you can turn this feature off by going to the menu:

Tools/Internet Options.../Advanced/Multimedia/ Uncheck "Enable Image Toolbar (requires restart)".

Turning on/off IE auto-complete feature for HTML forms

When users first start IE the auto-complete feature is off by default. IE will ask users if they want to enable it. Once enabled, IE will store values that the user enters into form textbox and then automatically insert those same values when the user begins to fill in a textbox of the same name.

For example, on killersites.com you entered in your email address to subscribe to this newsletter, the name of the HTML the text box was called 'email'. The next time you go to any website that has a textbox of the name 'email', IE will insert the same email address that you had entered at killersites.com.

This is designed to make life easier for the user but can get in the way sometimes, and as such I will show you (as the web page designer) how to shut it off for your pages.

You can shut off auto-complete for the whole form with this code in your form tag:

<FORM method=post action="tagetPage.php" AUTOCOMPLETE="OFF">

The attribute: AUTOCOMPLETE="OFF" does it for you.

You can also turn it off and on for individual form elements like so:

<input type="text" name="creditcard" value="" size="16" maxlength="16" AUTOCOMPLETE="OFF">

In the above example we shut it off for the text field called 'creditCard' with the same code we used in the form tag.


Related Articles

  • What You Should Know About Alexa Rankings
    This is a very good article for two reasons: 1) excellent information 2) presented in a concise and interesting format. The author explains What You Should Know About Alexa Rankings - how it works and why its important.
  • Alexa Traffic Rank: What it is and Why You Should Care (or Not)
    This article gives a complete explantion of the Alexa rankings. The author explains each of the three parts of Alexa rankings and what they mean to you. When you understand what Alexa looks at to rank you then you can be more effective....
  • Image Opacity Control By CSS
    This is only viewable in Internet Explorer. This script will make an image grey until it has a mouse over it. Once you mouseoff, it changes back to grey. Copy and paste this code into your <img>command.
  • The Google Toolbar & Search Engine Optimization
    Like many other useful toolbars out there so is the Google Toolbar. I consider this toolbar a must have for any serious search engine optimizer and anyone who searches the internet on a regular basis. Heres why
  • Blog Search Engine Increases Searches By 10% - Here's How!
    The Blog Search Engine, a search engine for blog entry results, has recently announced that it has increased blog searches by over 10% with the implementation of a new Blog Search Toolbar powered by EffectiveBrand. Search toolbars allow users to employ search engines from within their browsers...
  • What is Google Pagerank?
    PageRank is one of the factors that Google uses to evaluate your web site and determine its position in the Google search engine results. PageRank is a number from 0 to 10. Generally, if your web site has a higher PageRank, it will appear earlier in Google search results pages...
  • Page Rank - A Quick Overview for Beginners
    Page Rank (PR) is a specific value for a website page given by Google. It is Googles measure of the importance of a certain site page. The scale is between 1-10. Google gives your website high PR if it is popular. Its based on the number of votes other websites give for your website...
  • Introduction to FTP
    FTP stands for File Transfer Protocol and is a standard application protocol that uses the Internet
  • PopUp Window
    This code allows your links to pop-up in a new window. Just copy the code below: .
  • Page Rank Theory
    PageRank is not that complicated as it seems. Most of the people got confused about this. It usually discussed by the Search Engine Marketing (SEO) experts. Its a mathematically formula which search engine applies on every website to evaluate its importance. We can say the points (rank) that is gi....

Contact Web Design Outsource and get started today

Need Website Designing, Development, Redesigning, Maintenance and SEO services or help growing your company's web presence? Request a free Quote Now.