Hover buttons on my website

  • Thread starter Thread starter Cheri
  • Start date Start date
C

Cheri

I have spent the last several months building a website
with Front Page. I have used the hover button feature
for my navigation buttons. I happened to use my
brother's computer to look at my website and I was
distressed to see that none of the buttons loaded and I
could not navigate through the site at all. Only gray
areas showed up where the buttons were.

My questions: Does this happen on a lot of computers?
Should I eliminate the hover buttons and just go to
simple text to use for navigation so that most people
will be able to use the site?

My website is at: www.coloradorestaurantmenus.com

Thanks!
 
This happens on any computer that doesn't have the Java Virtual Machine (JVM) installed. Now many
users of Windows XP, IE6 and NS6 and up no longer have the JVM, so it is best not to use any Java
applets, instead use JavaScript.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Cheri,

The Hover buttons require a visitor's computer to have a Java Virtual
Machine (JVM) installed to interpret the code behind them. Although
Microsoft used to distribute a JVM with Windows, ensuring that hover buttons
would pretty much work everywhere, due to legal disagreements with Sun over
Java, they've has stopped distributing a JVM with Windows.

This means that you can't be assured that your hover buttons will work which
means it's bad practice to use them.

If you want to have a rollover type of effect for your links, take a look at
JavaScript (No relation, other than name similarity) solutions. There are
tons of free scripts out there that you don't have to be a programming
genius to use. Here's a code generator that you may find useful:
http://javascript.internet.com/generators/preload-images.html

I also understand that FP2003's new behaviors include a rollover effect, but
I don't use those features so I'm not 100% sure about that.

Good luck!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top