Disable IE Image Toolbar

Disable IE Image Toolbar
I just tried it on IE6, and it does show the toolbar. There is an option in the options to "Enable Image Toolbar". If you check it, it will turn off the entire web page.
<meta http-equiv="imagetoolbar" content="no">
To turn off the image toolbar for an individual image, use
<img galleryImg="no">

<<:  How to import SQL files in Navicat Premium

>>:  CSS text alignment implementation code

Recommend

Detailed introduction to nobody user and nologin in Unix/Linux system

What is the nobody user in Unix/Linux systems? 1....

Linux RabbitMQ cluster construction process diagram

1. Overall steps At the beginning, we introduced ...

Analysis on the problem of data loss caused by forced refresh of vuex

vuex-persistedstate Core principle: store all vue...

Use js in html to get the local system time

Copy code The code is as follows: <div id=&quo...

Windows10 mysql 8.0.12 non-installation version configuration startup method

This article shares the specific steps for config...

How to uninstall MySQL 8.0 version under Linux

1. Shut down MySQL [root@localhost /]# service my...

Some methods to optimize query speed when MySQL processes massive data

In the actual projects I participated in, I found...

MySQL database Load Data multiple uses

Table of contents Multiple uses of MySQL Load Dat...

img usemap attribute China map link

HTML img tag: defines an image to be introduced in...

Cross-domain issues in front-end and back-end separation of Vue+SpringBoot

In the front-end and back-end separation developm...

Example of how to configure multiple virtual hosts in nginx

It is very convenient to configure virtual host v...

Review of the best web design works in 2012 [Part 1]

At the beginning of the new year, I would like to...

When the interviewer asked the difference between char and varchar in mysql

Table of contents Difference between char and var...

mysql uses stored procedures to implement tree node acquisition method

As shown in the figure: Table Data For such a tre...

Centos7.5 installs mysql5.7.24 binary package deployment

1. Environmental preparation: Operating system: C...