473,804 Members | 3,271 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

can the exclamation mark be removed on the alert window, or can the alt msg stay up longer?

Guy
I'd like so that when a user moves there mouse over an image (or clicks the
image, either way it doesn't matter), I'd like some text to appear.

I was going to use the img tag with the alt parameter but the text is a few
sentences long and the yellowish box doesn't stay up long enough to read the
whole thing? Is there a way to keep the yellowish box there until the use
moves his mouse away, or to keep the box there for maybe 10 seconds or
whatever?

In case there isn't a way to get this working with the alt parameter and the
yellowish box, I was thinking of having the user click the image and have an
alert box pop up, but I didn't want that yellow triangle with the
exclamation mark there as if the user did something wrong.

I suppose if I can't get neither to work, I could have the onclick event
open a new small window but I'd rather not if possible.

Guy
Jul 20 '05 #1
4 3637
Guy hu kiteb:
I'd like so that when a user moves there mouse over an image (or
clicks the image, either way it doesn't matter), I'd like some text
to appear.


http://www.twinhelix.com/dynamic.html

And go to teh dhtml script sample called "tipster". It does exactly what
you need.
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #2
Guy
You're right, it's exactly what I'd like to have, but it's quite complex
(for me anyway) and I won't be supporting this site much longer so I'd like
to keep it as simple as possible for the next person too.

But I will keep the link handy.
Thanks you very much :-)
Guy
"Fabian" <la****@hotmail .com> wrote in message
news:br******** ****@ID-174912.news.uni-berlin.de...
Guy hu kiteb:
I'd like so that when a user moves there mouse over an image (or
clicks the image, either way it doesn't matter), I'd like some text
to appear.


http://www.twinhelix.com/dynamic.html

And go to teh dhtml script sample called "tipster". It does exactly what
you need.
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #3
Guy wrote on 13 Dec 2003 at Sat, 13 Dec 2003 03:27:05 GMT:
I'd like so that when a user moves there mouse over an image (or
clicks the image, either way it doesn't matter), I'd like some
text to appear.

I was going to use the img tag with the alt parameter but the
text is a few sentences long and the yellowish box doesn't stay
up long enough to read the whole thing? Is there a way to keep
the yellowish box there until the use moves his mouse away, or
to keep the box there for maybe 10 seconds or whatever?
It's up to the browser or OS to decide how long tooltips (name for
the 'yellowish box') stay visible. Also, using the alt attribute in
this way is abusing it's purpose: it's supposed to be used to provide
a /short/ description in the event that images have been disabled,
can't be shown (text browser), or haven't loaded yet. In Opera, that
information isn't shown by tooltip anyway and it might not be in
other browsers. Either place a caption under the image, or use the
title attribute.
In case there isn't a way to get this working with the alt
parameter and the yellowish box, I was thinking of having the
user click the image and have an alert box pop up, but I didn't
want that yellow triangle with the exclamation mark there as if
the user did something wrong.


Again, it's the browser's choice. Some browsers may allow you to
choose, but it certainly isn't a universal ability.

Mike

--
Michael Winter
M.******@blueyo nder.co.invalid (replace ".invalid" with ".uk")
Jul 20 '05 #4
Michael Winter wrote:
Also, using the alt attribute in this way is abusing it's purpose: it's
supposed to be used to provide a /short/ description in the event that
images have been disabled...


No - a replacement, not a description.

--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #5

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

Similar topics

9
4993
by: Justin Koivisto | last post by:
Is there a way to create an alert-like message box that uses a custom image? Basically, I want to replace the default ! image with something else. -- Justin Koivisto - spam@koivi.com PHP POSTERS: Please use comp.lang.php for PHP related questions, alt.php* groups are not recommended.
2
1652
by: DraguVaso | last post by:
Hi, I have a DataGrid bound to an sqlDataAdapter. When I do a SqlDataAdapter.Update, on 1 row I got a red dot with a whie exclamation mark in it, to show me there is an error, and the changes aren't saved. The problem is that I'm not able to knwo what error it is, I just get the red cirkel with the white exclamation mark before my row. Does anybody know how to get the reason of that error?
8
13112
by: Dennis C. Drumm | last post by:
I have ordered the book .NET Framework Solutions, In Search of the Lost Win32 API by John Paul Meuller which I think will help answer some of my questions I have regarding making custom MessageBoxes, but that isn't going to be here for a few days. So, I thought I would ask you guys how to put one of hte standard MessageBox icons, such as MessageBoxIcon.Exclamation, into my custom MessageBox. Thanks,
3
2052
by: rvanvolken | last post by:
After sending an email message formatted for HTML using the STMP Mail function within .NET, my message arrives with exclamation marks throughout the text, which inadvertantly hinders the correct formatting of the text. Importing the source from one of these messages to Microsoft Word, I was able to see that after each of the exclamation marks a hidden paragraph mark exists. I've read other postings where the developer used StringBuilder...
3
9716
by: umdsasha | last post by:
So, basically, I need to detect whether an alert window was thrown. I can't find where it's thrown from but I need to disable a button only if there were no alert windows thrown. Any ideas? Thanks Alex
5
7137
by: Sheldon | last post by:
Hi Everyone, I have defined a function: struct Transient arrFromHdfNode(HL_NodeList *nodelist, struct Transient retv); and in the code: struct Transient arrFromHdfNode(HL_NodeList *nodelist, struct
1
1379
by: =?Utf-8?B?VE1D?= | last post by:
Hello, I am running XP with windows firewall, I can sign in to WLM with no problem but cannot contact any contacts or send emails. It say's there offline and tells them I am offline. I can receive emails and there is no error code, but when I go to connections in wlm there is an exclamation mark on the connection status computer side. I changed the settings through my firewall, explorer and wlm with no luck. I know it is something simple,...
24
8233
by: Jeremy J Starcher | last post by:
While reading c.l.j, I've noticed that some people prefer and indeed even recommend the use of "window.alert()" over "alert()". I can't find any technical reason to make this distinction, and seems to have a (tiny) amount overhead since window itself points to the global object, hence, a circular reference. (From everything I am reading, window is just a REFERENCE back to the global object, as opposed to a separate object.)
4
9530
by: senthilkumarb | last post by:
Hi every body, i need a snippet in JavaScript to perform close window(browser) when we close window it should give alert with "YES" & "NO" button if yes the window should stay still otherwise window should close
0
9705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9576
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
10323
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
10311
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,...
0
10074
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9138
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7613
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
6847
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
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.