one frame containing only hover buttons isn't displaying buttons .

M

mickb123

I have recently published my first web site - the home page contains three
frames - in some browsers everything works ok, but on my laptop on internet
explorer the frame containing the link buttons doesn't show the buttons
although the source code can be viewed.
 
S

Stefan B Rusynko

Post a URL to your site




|I have recently published my first web site - the home page contains three
| frames - in some browsers everything works ok, but on my laptop on internet
| explorer the frame containing the link buttons doesn't show the buttons
| although the source code can be viewed.
 
R

Ronx

If the buttons are Java Hover Buttons, it is likely that the laptop
does not have a Java Virtual Machine installed, or it is disabled.
Most installs of Windows XP and IE6 do not include the JVM, which must
be downloaded from www.java.com - for this reason Java applets (like
Hover buttons) should be avoided. Use JavaScript rollover buttons
instead.
 
Top