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

You know how when you see this item that you want to buy and you put or "wave" your mouse on top of it, it shows some information about the product. How do you do that and what is the html codes for it?

2006-10-14 17:02:59 · 4 answers · asked by Alyssa 3 in Computers & Internet Programming & Design

4 answers

The simplest way is to use a title: ...

You may run into some limits on how much some browsers can display, and you can't format titles. There are various Javascript and CSS solutions for more sophisticated displays. This site shows how to do it with just CSS: http://psacake.com/web/jl.asp

2006-10-14 19:47:05 · answer #1 · answered by injanier 7 · 0 0

It's called a mousover. Here's an example:



href="http://www.ancestry.com/default.aspx?rlin=1">Help with Shopping Cart

In the example above, when the mouseover event occurs, the javascript function CheckToInitiateChat() gets called, which checks the other function to count the number of mouseovers before offering a chat session for help. There are also other ways you can do this, that are built into objects, style sheets, etc.
Hope this helps.

2006-10-14 17:13:59 · answer #2 · answered by Don M 7 · 0 0

The easiest way to do it is using the CSS property "hover" for links. Check out any of the websites below on how to do it. If you don't know what CSS is, then first you should look for a basic tutorial on Cascading Style Sheets (CSS), there are hundreds of them online.

2006-10-14 17:16:33 · answer #3 · answered by nathanm_mn 2 · 0 0

go to this link.
i hope it's the one you wanted.
there's still a lot of different kinds there.

http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm

2006-10-14 17:16:03 · answer #4 · answered by Another Stranger 2 · 0 0

fedest.com, questions and answers