473,666 Members | 2,047 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE shows alt-text as kind of a mouse-over


When putting a picture with an alt-text to Internetexplore r, the content
of the ALT-Text is displayed when the mouse is moving over the picture.

This is not what I expected. The ALT-text should appear when the images
cannot be displayed but IE displays both. All other browers (firefox,
konqueror, safari ...) do well. This gets especially annoying if the
picture is actually displaying a text and the alt-text is the same text
and you see the same text twice.

Is there any trick to change this IE-behaviour by setting a style or
something like this?

thnx,
peter


--
http://www2.goldfisch.at/know_list
Jul 23 '05 #1
3 4520
peter pilsl wrote:
When putting a picture with an alt-text to Internetexplore r, the content
of the ALT-Text is displayed when the mouse is moving over the picture.
Some people consider this a bug, some people consider this an accessibility
feature, some people consider it a bug that happens to provide
accessibility benefits.
Is there any trick to change this IE-behaviour by setting a style or
something like this?


IIRC, explicitly set a null title.

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #2
On Tue, 23 Nov 2004 22:06:40 +0100, peter pilsl <pi***@goldfisc h.at>
wrote:
When putting a picture with an alt-text to Internetexplore r, the content
of the ALT-Text is displayed when the mouse is moving over the picture.
Netscape 4 also does this, but Netscape 6+ doesn't.
This is not what I expected. The ALT-text should appear when the images
cannot be displayed but IE displays both. All other browers (firefox,
konqueror, safari ...) do well. This gets especially annoying if the
picture is actually displaying a text and the alt-text is the same text
and you see the same text twice.
Would you believe that some people actually ask the creators of the
other browsers to put this 'feature' in?
Is there any trick to change this IE-behaviour by setting a style or
something like this?


title trumps alt in IE.
So <img alt="blah blah blah" title="foo"> will show foo in a tooltip
instead of blah blah blah. If you want no tooltip at all use title=""

Steve

Jul 23 '05 #3
David Dorward <do*****@yahoo. com> wrote:
When putting a picture with an alt-text to Internetexplore r, the
content of the ALT-Text is displayed when the mouse is moving over
the picture.


Some people consider this a bug, some people consider this an
accessibility feature, some people consider it a bug that happens to
provide accessibility benefits.


In this particular case, where the image consists of text in a particular
shape, I tend to agree with third opinion.

I recently visited a site in Rumanian and noticed that although I could
understand much of the content, the navigational links were very
difficult since they were text as images in a very decorative font.
Switching images off _might_ help if the pages are well-designed,
but it gets clumsy on many browsers, especially I would have to switch
off _all_ images. So I would really have appreciated tooltips that show
the text in a normal font.

Even images that contain text in a fairly normal font may cause problems
e.g. due to lack of sufficient color contrast - and what's sufficient
depends on the user and the browsing situation.

I wonder if authors should really use both the alt attribute and the
title attribute, with identical content, for images that are used to
achieve particular visual rendering of some text. For example,
<img src="facilitati .jpg" alt="Facilitati " title="Facilita ti">

The best approach, when feasible, is to use just text and apply CSS to
suggest particular visual rendering of the characters. (The problem still
remains that a user probably cannot switch off those suggestions without
switching off the page's styling as a whole.)

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #4

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

Similar topics

1
2040
by: Tim Daneliuk | last post by:
Arrrrrggg. I have a program that runs comfortably across both Unix variants and Windows ... except .... I wish to bind an Alt-ButtonRelease-3 combination to popup a menu. This works flawlessly under Unix, but with windows, the menu appears briefly and then disappears. I'm guessing that Alt under windows generates another event that I am not catching and the default internal Tk message handler is processing it and causing my menu to get...
4
3346
by: Jaz | last post by:
Is this how it's done? IE 6.0 after opening bigger.html in a new page, then shows the site directory contens in the main window. ?! The popup page bigger.html shows a larger pic of a product. In my main page I define a function 'open_popup' and call it for all the product images, in case the customer wants a bigger pictures. function open_popup(page) {...
5
5913
by: Greg | last post by:
I am developing an application where I need to secure a workstation for periods of time. I can use BlockInput to stop users from task switching or messing with the keyboard, but I would like to disable Ctrl-Alt-Delete. It seems there seems to be only one real way I know about: Write a replacement Gina Driver to eat the keyboard events I dont want. Does anyone have a good template for this in Visual Basic .Net?
3
2485
by: Dale | last post by:
I'm using the NotifyIcon component on a form within a Windows application that will normally show no interface. NotifyIcon does add an icon as required to the notification area of the Task Bar. Unfortunately the window is showing up in the little window that is displayed when user uses Alt-Tab to switch applications. How do I make this application not show up in the Alt-Tab window? Thanks.
1
1421
by: chinagirl | last post by:
I have a javascript that displays couple of buttons, which are directional (e.g., click button it goes to a particular page). I need to have these buttons shows up multiple times in same page, each represent a different direction but buttons themself are from the same gif file. What's the most effecient way to do this? Any info would be greatly appreciated.
39
4975
by: fleemo17 | last post by:
I'm wondering whether it's better to leave an alt tag blank (alt=" ") or specify something like "alt='spacer'" when referring to objects that merely help the layout of the page? -Fleemo
3
43991
by: Stefan | last post by:
Hy, i have an app and i must disable this combination: ALT+F4; CTRL+ALT+DEL; CTRL+ESC;ALT+TAB like this: i find something on Internet and i can block ALT+F4 protected override System.Boolean ProcessCmdKey(ref System.Windows.Forms.Message msg,System.Windows.Forms.Keys keyData)
0
326
by: Adam J. Schaff | last post by:
How can I issue an Alt+Tab command from within VB.NET code? Specifically, I am trying to swap to the next application in the Alt+Tab order in a way that is reversible with a single Alt+Tab to get back to my application. That sounds redundant, but what I've found is that if I minimize my app, it goes to the very end of the Alt+Tab list instead of being the next in line. Related Ramblings:
1
3031
by: linamazari | last post by:
Hello, everyone! I am new here, as well as, new in everything about computers. I am learning to build sites through HTML. So, being not a techie, please bear with me if my questions are so basic and sometimes, idiotic. First off, I added at the end of HTML document, after <hr /> but before </body> tags, a hyperlink button tag. The codes I tried are: (a) <a href="index1.html#clickbank><img src="images/home.gif" alt="Home Page"...
9
2138
by: karen987 | last post by:
This code is for a comments section on a news article. Each comment shows the time. The page is an asp page. I'd like to add 2 hours, hopefully within the code below to make the time show 2 hours ahead, i'd need to be able to adjust it for daylight saving in future. This code: <%=FormatDateTime(C_DATE,3)%> shows the time like this "4:34:20 AM"
0
8356
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8783
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8552
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6198
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2773
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.