[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ?? onMouseOver without a link...??
Try using an href, but using this: <a href="#" onMouseover="doMe()">foo</a>
the pound should do almost nothing. It might go to the top of that frame
-------------------------------------------
Andrew Wooldridge (andreww@c2.org) |
http://www.best.com/~wooldri/ |
http://www.c2.org/~andreww/javascript/ |
-------------------------------------------
On 3 Feb 1996, Bill Firestone wrote:
> I am creating Web pages that include a glossary. I'd like users to be able to
> move the cursor over a highlighted term and have a glossary item for that term
> appear in a particular frame.
>
> This all works fine except that the only way I can make an item responsive to an
> onMouseOver event is to make the item a link. Is there any way to make a
> sequence of characters responsive to an onMouseOver event without making the
> item a link?
>
>
> Bill Firestone
>