PC Review


Reply
Thread Tools Rate Thread

Creating a sub menu

 
 
=?Utf-8?B?SEdUb21hdG9tYW4=?=
Guest
Posts: n/a
 
      24th Jul 2005
Help me figure out how to create a sub menu that rolls out with a mouseover.
Example: Menu-"Who" sub menu-"Who We Are," "Who are our guests," etc.

Thanks,


--

Visit http://www.HGTradio.net for updates on the Home Grown Tomatoes Radio
show.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SEdUb21hdG9tYW4=?=
Guest
Posts: n/a
 
      25th Jul 2005
Incidently, I'm using FP2002, 98SE and Office 2000. Thanks
--

Visit http://www.HGTradio.net for updates on the Home Grown Tomatoes Radio
show.


"HGTomatoman" wrote:

> Help me figure out how to create a sub menu that rolls out with a mouseover.
> Example: Menu-"Who" sub menu-"Who We Are," "Who are our guests," etc.
>
> Thanks,
>
>
> --
>
> Visit http://www.HGTradio.net for updates on the Home Grown Tomatoes Radio
> show.

 
Reply With Quote
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      27th Jul 2005
This menu uses the onmouseover property, but it uses a button to bring it
back up.

Umm, don't try copying it to make a seconds one. The names on the buttons
will make it UBER confusing. Or, basically it just won't work.
Here it is:

<input name="menu" readonly value="Websites:"
style="position : absolute;left : 20;top : 20;background : black;border :
1px solid silver;color : white"
onmouseover="item1.style.top = '40';item1.style.visibility = 'visible'
item2.style.top = '61';item2.style.visibility = 'visible';up.style.top = '81'
up.style.visibility = 'visible'">

<input name="item1" readonly value="Mamma" size="18"
style="position : absolute;left : 20;top : 20;visibility : hidden;border :
1px solid black"
onmouseover="style.background = 'highlight'" onmouseout="style.background =
'white'"
onclick="window.location.href = 'http://www.mamma.com'"
onmousedown="style.border = '1px solid red'" onmouseup="style.border = '1px
solid black'">

<input name="item2" readonly value="Google" size="18"
style="position : absolute;left : 20;top : 20;visibility : hidden;border :
1px solid black"
onmouseover="style.background = 'highlight'" onmouseout="style.background =
'white'"
onclick="window.location.href = 'http://www.google.com'"
onmousedown="style.border = '1px solid red'" onmouseup="style.border = '1px
solid black'">

<input type="button" value="^"
style="position : absolute;left : 20;top : 20;background : black;border :
1px solid silver;color : white;
visibility : hidden; width:145px" name="up"
onclick="item1.style.top = '20';item1.style.visibility = 'hidden'
item2.style.top = '20';item2.style.visibility = 'hidden';up.style.top = '20'
up.style.visibility = 'hidden'">


"HGTomatoman" wrote:

> Help me figure out how to create a sub menu that rolls out with a mouseover.
> Example: Menu-"Who" sub menu-"Who We Are," "Who are our guests," etc.
>
> Thanks,
>
>
> --
>
> Visit http://www.HGTradio.net for updates on the Home Grown Tomatoes Radio
> show.

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Menu PosseJohn Microsoft Access Forms 13 30th May 2010 09:57 PM
Creating a Menu PosseJohn Microsoft Access Form Coding 13 30th May 2010 09:57 PM
Creating a menu for the DVD =?Utf-8?B?QWluc2xlZQ==?= Windows XP MovieMaker 3 2nd Oct 2006 08:09 PM
Creating menu in asp.net =?Utf-8?B?QWxvayB5YWRhdg==?= Microsoft ADO .NET 2 24th Mar 2006 11:39 AM
Re: Creating a New Menu Dave Peterson Microsoft Excel Worksheet Functions 0 26th Aug 2004 01:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:42 PM.