Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
IE Windows Image Mouseover Default Problem
Old 11-16-2004, 03:04 PM IE Windows Image Mouseover Default Problem
Junior Talker

Posts: 3
Trades: 0
My client has asked if I can do anything about the default IE Windows mouseover dialog that appears over images...

I know this is default (some images do and some don't tho), but like underlining links, etc. I am wondering if anyone knows of javascipt or code that can cause IE not to show this image dialog.

The one I am speaking of is the tiny box that obscures part of my image on the HTML page that will allow the visitor to either save, print, etc. the image...

Anyone aware of a workaround to this issue?

Thanks in advance!
James
jayarsee is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-16-2004, 03:29 PM
Marc Timberlake's Avatar
Ultra Talker

Posts: 300
Trades: 0
The dialog you're referring to (I think) only appears if you right-click on a picture, on mouse-over you should only get the alt text.

the following should block right-click menus altogether. Stick it in the <head> part!
Code:
<SCRIPT LANGUAGE="JavaScript1.1">

<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("I'm sorry, that feature is not available.");
return false;
}
return true;
}
//-->

</script>
__________________


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Marc Timberlake is offline
Reply With Quote
View Public Profile Visit Marc Timberlake's homepage!
 
Old 11-16-2004, 03:35 PM Image Mouseover Code
Junior Talker

Posts: 3
Trades: 0
I am actually aware of that code to prevent people from downloading the image, however, I don't really need to block that feature... if you will look at my page, when you mouseover, say, the building at left, or the games button, in IE Windows there appears that same little image with a disk, a printer and some other icons in it... and they don't want it...

This is only in the mouseover, not on a right-click tho...

http://www.adgd.co.uk/skykingscasino/

Does this happen on your browser?

Thanks again!
James
jayarsee is offline
Reply With Quote
View Public Profile
 
Old 11-16-2004, 03:43 PM
Marc Timberlake's Avatar
Ultra Talker

Posts: 300
Trades: 0
ah right. I see what you mean. I have no idea how to get rid of it, or how/why it only appears for some images and not others.

Great looking page by the way, sorry I can't help!
__________________


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Marc Timberlake is offline
Reply With Quote
View Public Profile Visit Marc Timberlake's homepage!
 
Old 11-16-2004, 05:40 PM
Junior Talker

Posts: 3
Trades: 0
No worries... thanks for the compliment... just one more example, I guess, where I am educating my clients on just what to expect from their own browser...

When I started in this business in 1994 I had clients who wanted a website and then didn't even know what a browser was! They had never even been on the Internet...

Anyone else have a clue as to how to cause the browser to skip this "function"?

James
jayarsee is offline
Reply With Quote
View Public Profile
 
Old 11-17-2004, 12:12 AM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
Hi Jayarsee,

The link didn't work for me but no problem, the code you want is a very simple meta tag.

Code:
<meta http-equiv="imagetoolbar" content="no">
If you have a chance please fix the link as I would very much like to see your site.

Cheers,
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Old 11-17-2004, 07:44 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
You can also put (i think) galleryimage="no" as an attribute in any single image, although then your page won't validate.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 11-17-2004, 08:19 AM
SilatPupil's Avatar
Ultra Talker

Posts: 260
Location: Northern Ireland
Trades: 0
Quote:
Originally Posted by Minaki
You can also put (i think) galleryimage="no" as an attribute in any single image, although then your page won't validate.
You can indeed do that, but what do you mean it won't validate?
__________________
"All vague notions must fall before a pupil can call himself a master." - Bruce Lee


Please login or register to view this content. Registration is FREE
Ultimate Tattoo and Piercing Site
SilatPupil is offline
Reply With Quote
View Public Profile Visit SilatPupil's homepage!
 
Old 11-17-2004, 10:04 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
It won't validate against XHTML 1.0 Transitional and Strict.. not sure about the others cos I havn't tried them but I doubt it.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Reply     « Reply to IE Windows Image Mouseover Default Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.49261 seconds with 12 queries