Closed Thread Icon

Preserved Topic: IE6 specific feature disable (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=7964" title="Pages that link to Preserved Topic: IE6 specific feature disable (Page 1 of 1)" rel="nofollow" >Preserved Topic: IE6 specific feature disable <span class="small">(Page 1 of 1)</span>\

 
Dark
Neurotic (0) Inmate
Newly admitted
posted posted 12-04-2001 20:36

Ok here is a quick little tip I came across.
I really hate the "Image Toolbar pop-up" that comes with IE6 so I disabled it on my browswer, but I wanted to go as far as disabling it from being used on my site by other IE6 users so Put the following in the head of your doc and call it done.

code:
[b]<META HTTP-EQUIV="imagetoolbar" CONTENT="no">[/b]


Another way to write it would be

code:
[b]<script>
<!--
document.write(unescape("%3CMETA%20HTTP-EQUIV%3D%22imagetoolbar%22%20CONTENT%3D%22no%22%3E"));
//-->
</script>
[/b]


And yet another way would be to add this is between the image tags of the picture that you don't want comming up

code:
<img src="test.gif" [b]GALLERYIMG="no"[/b]>


Cool no?




[This message has been edited by Dark (edited 12-06-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-04-2001 20:45

Heh, I'm already using this on my web site... Also, here's another tip:

To disable Windows XP interface elements which can sometimes make your page look horrible (form buttons, comboboxes, etc.) put this in the <HEAD> section:

<META HTTP-EQUIV="MSThemeCompatible" CONTENT="no">


Dark
Neurotic (0) Inmate
Newly admitted
posted posted 12-04-2001 20:53

Now that's one I never thought of

Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 12-05-2001 01:13

I have NO idea what you're talking about...

tskull@hotmail.com">
"A kleptomaniac is a person who helps himself because he can't help himself." --Henry Morgan
ICQ: 67751342

Dark
Neurotic (0) Inmate
Newly admitted
posted posted 12-05-2001 01:29

Download IE6 and find out

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 01-08-2002 00:18

MSThemeCompatible... WOW!
now that is a good thing to know!
thanks!

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 01-08-2002 03:23

This was actually just discussed in the Server-Side board since there are methods that can be done in almost any language and in fact on the server itself to prevent this from happening



:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 01-08-2002 11:07

This is the topic that Bit's talking about: http://www.ozoneasylum.com/Forum12/HTML/000588.html


« BackwardsOnwards »

Show Forum Drop Down Menu