PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Hover text

Reply

Hover text

 
Thread Tools Rate Thread
Old 29-07-2005, 01:39 AM   #1
=?Utf-8?B?Vmlja2kgQi4=?=
Guest
 
Posts: n/a
Default Hover text


Using 2003, how do you cause a drop down text box to appear when you hover
over a word?

Thanks,
Vicki B.

  Reply With Quote
Old 29-07-2005, 06:17 AM   #2
=?Utf-8?B?SkRS?=
Guest
 
Posts: n/a
Default RE: Hover text

Vicki,

Here is a tutorial offered from Jim Buyens
http://www.interlacken.com/winnt/ti...how.aspx?tip=28

You could also use a 3rd party program such as All Web Menus
http://www.likno.com/
--
*****************
JDR


"Vicki B." wrote:

> Using 2003, how do you cause a drop down text box to appear when you hover
> over a word?
>
> Thanks,
> Vicki B.
>

  Reply With Quote
Old 30-07-2005, 07:31 PM   #3
=?Utf-8?B?TWlrZQ==?=
Guest
 
Posts: n/a
Default RE: Hover text

I think this is what you want:

<p
onmouseover="textBox1.style.visibility = 'visible';x.style.visibility =
'visible'
borderLayer.style.visibility = 'visible'">Place word here</p>

<textarea id="textBox1" style="position : absolute;visibility :
hidden"></textarea>

<div id="borderLayer"
style="position: absolute;width : 184;height : 40px;left : 9px;top :
48px;border : 1px solid black;visibility : hidden">
</div>

<p>

<input id="x" type="button" style="position : absolute;visibility :
hidden;left : 197;top : 63"
value="Close Window" onclick="style.visibility =
'hidden';textBox1.style.visibility = 'hidden'
borderLayer.style.visibility = 'hidden'">

</div>

</p>


"Vicki B." wrote:

> Using 2003, how do you cause a drop down text box to appear when you hover
> over a word?
>
> Thanks,
> Vicki B.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off