|
Posted by Jim Higson on 11/23/05 20:58
Els wrote:
> ukr_bend@yahoo.com wrote:
>
>> I'm trying to find a way to stop the IE6 habit of poping up the
>> toolbar
>> banner (save, print,email, open) when the user hovers over an image in
>> my webpage.
>> Is there a way to encode this in the html to stop this behaviour?
>
> You'll probably get answers like 'don't mess with that, the user can
> set their preference in their browser',
> but just in case you want to
> stop it regardless:
> <meta http-equiv="imagetoolbar" content="no">
Btw, although this is a http-equiv tag, it doesn't work if you set it using
real HTTP headers.
[Back to original message]
|