You have an error in your Javascript somewhere

i think it is here

LINE 6 of cssverticalmenu.js

var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")

try changing it to

var ultags=$(menuids[i]+' ul');

to debug put

var ultags=$(menuids[i]+' ul');
alert(ultags.length);
return;

HTH

Alex

P.S use firebug to debug !!


----- Original Message ----- 
From: "Daryl" <[email protected]>
To: "Prototype & script.aculo.us" <[email protected]>
Sent: Thursday, June 11, 2009 12:46 PM
Subject: [Proto-Scripty] My Interface works in IE but not in Firefox? Any 
Ideas?


>
> I am working on an interface using prototype and scriptaculous and it
> works fine in IE but not in Firefox.
>
> Here is a link to the interface:
> http://new.trackyou.co.uk/dashboard.php
>
> Does anyone have any ideas how I can get this to work in firefox?
> >
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to