English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do you get a text to appear when you move your mouse over an object like a picture or link?

2007-02-20 09:11:16 · 6 answers · asked by fletch 1 in Computers & Internet Programming & Design

6 answers

There are various ways to do this. The very simplest is to add a title property to a tag, like click here

The disadvantages of this are that there's sometimes a bit of lag before the text is displayed, and you can't format it in any way.

You can do all sorts of mouseover effects by using the CSS "hover" property. Javascript is also very popular for mouseovers, and some sites use Flash or Java. The webmonkey link below gives some examples of various techniques.

2007-02-20 09:53:17 · answer #1 · answered by injanier 7 · 0 0

In ASP C# use the ToolTip cost to operate the textual content textile to an ASP administration (alongside with a TextBox etc.). Then, as without delay as you hover over that element you would have the skill to substantiate a popup window with that textual content textile.

2016-12-04 10:36:42 · answer #2 · answered by Anonymous · 0 0

In ASP C# use the ToolTip value to add the text to an ASP control (such as a TextBox etc.). Then, once you hover over that element you'll be able to see a popup window with that text.

2007-02-20 09:30:42 · answer #3 · answered by immygrant 3 · 0 0

Look for 'synaptics pointing device', usually found in hidden icons on your start bar. This is your mouse options.

2007-02-20 09:18:16 · answer #4 · answered by ? 5 · 0 1

What'syou language of choice? In .NET, there is an exposed event for this.

2007-02-20 09:19:13 · answer #5 · answered by Léon 1 · 0 0

In VB you can do a procedure call, but you need to state what you want it doing in!

2007-02-20 10:08:31 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers