473,412 Members | 1,944 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

IExplorer Image Icons off

I know, this won't be any standard HTML -- I'm looking for a way to
disable the image icons bar introduced in IExplorer6 (something like
autocomplete="off", but for images). Or, even the correct name of this
thing would help me (my browser's in German). Thanks.

--
Google Blogoscoped
http://blog.outer-court.com
Jul 23 '05 #1
3 1875
Philipp Lenssen wrote:
I know, this won't be any standard HTML -- I'm looking for a way to
disable the image icons bar introduced in IExplorer6 (something like
autocomplete="off", but for images). Or, even the correct name of this
thing would help me (my browser's in German). Thanks.


Researching it was easier than I thought. Here's how:

<meta http-equiv="imagetoolbar" content="no" />
Jul 23 '05 #2
On 21 Oct 2004 14:06:27 GMT, Philipp Lenssen <in**@outer-court.com> wrote:
I know, this won't be any standard HTML -- I'm looking for a way to
disable the image icons bar introduced in IExplorer6 (something like
autocomplete="off", but for images). Or, even the correct name of this
thing would help me (my browser's in German). Thanks.


See
http://msdn.microsoft.com/workshop/m...#Customization

The <meta> is valid but ugly (http-equiv when it isn't the equivelent of
an HTTP header) whilst the <img galleryimg> attribute is invalid but
offers control on a case-by-case basis.

Or, do nothing. IE6 users are used to the toolbar popping up and may even
want it to popup. Don't deprive them of a part of their normal browser
interface.

Steve
Jul 23 '05 #3
"Philipp Lenssen" <in**@outer-court.com> writes:
I know, this won't be any standard HTML -- I'm looking for a way to
disable the image icons bar introduced in IExplorer6


Since you are concerned about standards, you will be pleased to learn
that the generic way is ISO/IEC 15445:2000 compatible. :)

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

Only targeting specific elements requires the proprietary
attribute/value pair

galleryimg="no"
--
| ) PiĆ¹ Cabernet,
-( meno Internet.
| ) http://bednarz.nl/
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: DOK | last post by:
I'm creating an ad for eBay and want to keep the page condensed. I have 6 images - different views of an antique lap steel guitar - that need to show superb detail. I have cropped the images to...
1
by: Ronny | last post by:
Hi, When ever I use image lists in a tree view the image list is behaving inconsistent. When I add images they first look good and clean, after I have close and open the code in the IDE the...
4
by: J.Marsch | last post by:
Building a large app where we want to be able to ship updated icons like patches/assign different "skins", etc. So, I'm looking at storing sets of related icons in assemblies that will be loaded...
5
by: yxq | last post by:
Hello The icons with the alpha channel are supported in WindowsXP. If use the System.Drawing.Bitmap.ToBitmap on the icon handle(ico.ToBitmap), the alpha channel won't be preserved, resulting in an...
6
by: Patrick Dugan | last post by:
Hello, I'm trying to load different images (icons) into a PictureBox1.Image. The first image loads just fine, but the second image always returns the error "Invalid property used." It doesn't...
10
by: Adam Honek | last post by:
Hi all, Controls such as the tree view or list view use image lists hence I can set the quality of icons to 32bit. This way they look their best. Unfortunately both the menu and tool bar strip...
4
by: Mark | last post by:
Hi I notice that in some cases, to get an icon, an object (for example a list view) uses an image list, in others (e.g. a form) the image is selected from the project resources, i.e. a file. ...
5
by: Steve JORDI | last post by:
Just a question using images as submit buttons and PHP4.4.4. It seems that my code correctly works in FireFox but not in IExplorer. For example, I have a FORM with 2 buttons called "search" and...
3
by: ramesh1210 | last post by:
Hi all, Actually my requirement is to place an image in the text box and it should stand over the data in the text box. And i made it as ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.