Re: Display text when mouse over an object
- From: Tom Cole <tcole6@xxxxxxxxx>
- Date: Thu, 28 Feb 2008 20:30:11 -0800 (PST)
On Feb 27, 11:37 pm, dmkAlex <dmkf...@xxxxxxxxx> wrote:
I have a column containing the title of my merchandises. The title
doesn't describe the merchandise fully, but I don't want to display
all the detail description.
I want a small bulletin open up when the mouse is over the title. This
way, the user can move the mouse over the title and read a brief
description of the item.
How is that done?
Thanks.
DMK
You could setup a hidden div and position / display onmouseover or use
an existing javascript library (i.e. walterzorn.com has a very handy
tooltip script that's simple to use) however a simpler solution may be
just to set the title attribute of the containing element (you
mentioned column so I'm guess the title is inside a td element, so you
can set it's title attribute). This will cause a tooltip to appear
with the title text in it.
.
- References:
- Display text when mouse over an object
- From: dmkAlex
- Display text when mouse over an object
- Prev by Date: Re: Window.Open get new tab instead of new window in FireFox
- Next by Date: using mailto: body limit
- Previous by thread: Display text when mouse over an object
- Next by thread: Best way to define "private" functions
- Index(es):
Relevant Pages
|