|
Posted by Philipp Lenssen on October 21, 2004, 3:06 pm
Please log in for more thread options
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
|
|
Posted by Philipp Lenssen on October 21, 2004, 3:19 pm
Please log in for more thread options
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" />
|
|
Posted by Steve Pugh on October 21, 2004, 4:25 pm
Please log in for more thread options
> 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/misc/mypictures/mypictures_ovw.asp#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
|
|
Posted by Eric B. Bednarz on October 21, 2004, 5:35 pm
Please log in for more thread options
> 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/
|
| Similar Threads | Posted | | How can I replace a large image with other large images triggered from small image icons, mouse-overs or whatever??? | July 26, 2004, 1:34 am |
| address bar icons | August 5, 2004, 10:40 pm |
| Using Icons As Images | June 30, 2005, 9:14 am |
| Website Icons (aka favicons) | November 14, 2004, 5:58 pm |
| changing icons of sites on favourites menu | October 21, 2004, 10:19 pm |
| Creating image maps with Adobe Illustrator or Image Ready. | March 8, 2005, 12:42 pm |
| How to lauch an image editor when click on an image link ? | November 8, 2004, 7:00 am |
| Text and Image inside table | Alight Text Left and Image right in same cell ?? | October 24, 2006, 12:55 am |
| tag? | November 4, 2005, 2:06 am |
| Image which does not appear | December 19, 2006, 1:33 pm |
|