Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hover Buttons don't work

Status
Not open for further replies.

powahusr

Technical User
Jan 22, 2001
240
0
0
US
I’m finding that my hover buttons don’t work when I post them to a Web Server (UNIX) I use on the net. The Hover Buttons work fine locally on my pc, but for some reason when I post my page to the server and view the page, they don't work. I believe that the directory structure is setup the same as it is on my pc, which includes the following 2 files bellow.

animate.js
fphover.class

I'm running IE 5.5
Created the page with Front Page2000


If helpful, refer the code bellow in question, Thanks in Advance!!:


<html>

<head>
<meta http-equiv=&quot;Content-Language&quot; content=&quot;en-us&quot;>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;>
<meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot;>
<meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;>

<title>Home</title>

<script language=&quot;JavaScript&quot; fptype=&quot;dynamicanimation&quot;>
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>

<script language=&quot;JavaScript&quot; fptype=&quot;dynamicanimation&quot; src=&quot;animate.js&quot;>

<body bgcolor=#333333 onload=&quot;dynAnimation()&quot;>


<applet code=&quot;fphover.class&quot; width=&quot;60&quot; height=&quot;18&quot;>
<param name=&quot;color&quot; value=&quot;#000080&quot;>
<param name=&quot;hovercolor&quot; value=&quot;#0000FF&quot;>
<param name=&quot;textcolor&quot; value=&quot;#FFFFFF&quot;>
<param name=&quot;text&quot; value=&quot;Standings&quot;>
<param name=&quot;effect&quot; value=&quot;glow&quot;>
<param name=&quot;url&quot; valuetype=&quot;ref&quot; value=&quot;foo.htm&quot;>
<param name=&quot;font&quot; value=&quot;Dialog&quot;>
<param name=&quot;fontstyle&quot; value=&quot;regular&quot;>
<param name=&quot;fontsize&quot; value=&quot;10&quot;>
</applet>
 
First off, I don't see a closing tag for the </head>.

Here's a program that I've been playing with over the weekend.

CSE HTML Validator Lite v2.5. That's the Free version. The Pro version has more features and a price tag. Both can be found at
If you've been going cross eyed looking at code, it might help out.

Jim
 
Thanks for your advice. For some reason, the </head> tag didn't make its way into the example that I provided, but it's indeed inside the page in question that I posted. The link that you provided to the HTML Validator program doesn't work, maybe there is a typo? Looks like it could be something helpful to have, can you re-send me the correct link to that validator program? Also, if you have any further advice to provide me about the Hover Buttons, i would appreciate it.

I have the </head> inserted above the folowing line:

<body bgcolor=#333333 onload=&quot;dynAnimation()&quot;>
 
Browsers sometimes do strange things.

If you search for htmlvalidator in any search engine you should get hits for CSE. Lycos was the only one that was showing it on page two of their results. All others were showing htmlvalidator listed usually in the top 1 or 2.

This link was a cut and paste from their web site.


and I just tested it in preview mode before posting.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top