PC Review


Reply
Thread Tools Rate Thread

Interactive Buttons AND Hover Buttons

 
 
=?Utf-8?B?Q2FudWNrU3VyZmVy?=
Guest
Posts: n/a
 
      24th Nov 2006
What is the difference between Interactive Buttons and Hover Buttons?

How do I make a multiple choice of links pop-up when a user mouses over an
Interactive/Hover button? For example, when the user mouses over a button
that says "Offices Worldwide" a menu pops up that shows links to "North
America", "Europe", "Asia", etc. which then takes the user to a web page in
my web site that is, for example, the page for our "Asia" office. Thanks in
advance.

Thanks,
CanuckUser
 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      24th Nov 2006
Hover buttons are Java Applets that will not display on most PCs in use
today, since the Windows default is to not install a Java Virtual
Machine.

Interactive Buttons are JavaScript rollover buttons, which will function
in most PCs, whether JavaScript is running or not.

To produce a dropdown/flyout menu, look at

JavaScript/Behaviours (for FrontPage 2003)
http://www.interlacken.com/winnt/tip...ow.aspx?tip=28
and
http://myweb.tiscali.co.uk/jonspivey/menus/index.html

(mainly) CSS (all versions of FrontPage):
http://www.seoconsultants.com/css/menus/tutorial/
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"CanuckSurfer" <(E-Mail Removed)> wrote in message
news:526FC126-08F9-4EF1-8A8E-(E-Mail Removed):

> What is the difference between Interactive Buttons and Hover Buttons?
>
> How do I make a multiple choice of links pop-up when a user mouses over an
> Interactive/Hover button? For example, when the user mouses over a button
> that says "Offices Worldwide" a menu pops up that shows links to "North
> America", "Europe", "Asia", etc. which then takes the user to a web page in
> my web site that is, for example, the page for our "Asia" office. Thanks in
> advance.
>
> Thanks,
> CanuckUser


 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      24th Nov 2006
Interactive buttons are image buttons which use DHTML.
Hover buttons are java applets which that require Java Virtual Machine is installed on the computer.
JVM is no longer automatically installed with the operating system so therefore most people have stopped using them.

The type of menu you describe is a jump menu. Google for "jump menu"


--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


"CanuckSurfer" <(E-Mail Removed)> wrote in message
news:526FC126-08F9-4EF1-8A8E-(E-Mail Removed)...
> What is the difference between Interactive Buttons and Hover Buttons?
>
> How do I make a multiple choice of links pop-up when a user mouses over an
> Interactive/Hover button? For example, when the user mouses over a button
> that says "Offices Worldwide" a menu pops up that shows links to "North
> America", "Europe", "Asia", etc. which then takes the user to a web page in
> my web site that is, for example, the page for our "Asia" office. Thanks in
> advance.
>
> Thanks,
> CanuckUser



 
Reply With Quote
 
=?Utf-8?B?cmVkZW1wdGlvbjI=?=
Guest
Posts: n/a
 
      24th Nov 2006
That's more of a javascript creation. I've tried looking into that myself,
and FP doesn't really have that feature. Even if you combined the dropdown
menu with a rollover, it wouldn't work.

Barring that, I'd recommend you use a rollover combined with a
toggleVisible() command. It will then show the links when you rollover it,
but it will also extend the page's length temporarily, which I'm not sure
you'd want or not.

I unfortunately don't have a link to the javascript hover/interactive
buttons javascript on me at the moment. But some of the others do. I'd
recommend to wait until one of them takes a gander at this thread.

"CanuckSurfer" wrote:

> What is the difference between Interactive Buttons and Hover Buttons?
>
> How do I make a multiple choice of links pop-up when a user mouses over an
> Interactive/Hover button? For example, when the user mouses over a button
> that says "Offices Worldwide" a menu pops up that shows links to "North
> America", "Europe", "Asia", etc. which then takes the user to a web page in
> my web site that is, for example, the page for our "Asia" office. Thanks in
> advance.
>
> Thanks,
> CanuckUser

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      24th Nov 2006
Hover buttons are "Not" JavaScript.
They are Java, as in Sun Microsystems: Java Virtual Machine and they are Java Applets.

--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



"redemption2" <(E-Mail Removed)> wrote in message
news1AFDE2E-71BC-48AE-BD0F-(E-Mail Removed)...
> That's more of a javascript creation. I've tried looking into that myself,
> and FP doesn't really have that feature. Even if you combined the dropdown
> menu with a rollover, it wouldn't work.
>
> Barring that, I'd recommend you use a rollover combined with a
> toggleVisible() command. It will then show the links when you rollover it,
> but it will also extend the page's length temporarily, which I'm not sure
> you'd want or not.
>
> I unfortunately don't have a link to the javascript hover/interactive
> buttons javascript on me at the moment. But some of the others do. I'd
> recommend to wait until one of them takes a gander at this thread.
>
> "CanuckSurfer" wrote:
>
>> What is the difference between Interactive Buttons and Hover Buttons?
>>
>> How do I make a multiple choice of links pop-up when a user mouses over an
>> Interactive/Hover button? For example, when the user mouses over a button
>> that says "Offices Worldwide" a menu pops up that shows links to "North
>> America", "Europe", "Asia", etc. which then takes the user to a web page in
>> my web site that is, for example, the page for our "Asia" office. Thanks in
>> advance.
>>
>> Thanks,
>> CanuckUser



 
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
Interactive buttons with hover images and security warning =?Utf-8?B?VGVk?= Microsoft Frontpage 4 26th Jun 2006 03:38 PM
Interactive buttons, hover buttons, and Java =?Utf-8?B?QXJsZW5l?= Microsoft Frontpage 1 21st Aug 2005 05:14 AM
Interactive button images disappear when I hover with t... =?Utf-8?B?ZG9ucXVhY2tlcg==?= Microsoft Frontpage 4 27th Sep 2004 08:24 AM
Interactive buttons--get red x's when I hover =?Utf-8?B?QnJpYW4=?= Microsoft Frontpage 2 20th Feb 2004 09:51 PM
Interactive Buttons FP2003/Hover Button Maria Espinaro Microsoft Frontpage 2 12th Nov 2003 07:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:05 PM.