V5.25 and tooltips

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

V5.25 and tooltips

Post by fredlongworthhighschool »

Just upgraded to 5.25 and have noticed that my tooltips no longer work. I'm getting Error Line 16 - object expected.
Andy Davis
Web Designer & Smartboard Manager

Fred Longworth High School, Manchester, England.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi Andy,
I'm using tootips with my new pages [not up yet] and I just checked and am not receiving an error. Do you have a link to check so we can see what's happening?

Ruth
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

Post by fredlongworthhighschool »

I think it's conflicting with some other code on my page. I went back to an earlier version and the fault was still there.

http://www.flhs.wigan.sch.uk/department ... efault.htm
Andy Davis
Web Designer & Smartboard Manager

Fred Longworth High School, Manchester, England.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I can't get to the page. I can get to other pages, but that one just keeps loading, slow as molasses in January. Hopefully someone else will be able to check it.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Andy, one thing I see is this...

Code: Select all

</head>
<p align="center">
<SCRIPT language=JavaScript src="js/milonic_src.js" type=text/javascript></SCRIPT>	
<script	language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=js/mmenuns4.js><\/scr"+"ipt>");		
  else _d.write("<scr"+"ipt language=JavaScript src=js/mmenudom.js><\/scr"+"ipt>"); 
</script>

<SCRIPT language=JavaScript src="js/menu_data.js" type=text/javascript></SCRIPT>
<body bgcolor="#999999" background="images/histbackg.gif">
Note that these calls are in never-never land - between </head> and <body>, but inside neither.
John
Post Reply