ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Expand/Collapse menu not working in Firefox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Expand/Collapse menu not working in Firefox

 Post Reply Post Reply
Author
Message
RBP Limited View Drop Down
Groupie
Groupie


Joined: 04-July-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote RBP Limited Quote  Post ReplyReply Direct Link To This Post Topic: Expand/Collapse menu not working in Firefox
    Posted: 16-September-2008 at 8:20am
Hi I download the Dynamically Display Categories with a Expand/Collapse Menu script from the website but the open/close function doesn't seem to work in Firefox. Is this a known bug and is there a fix for it?
 
Cheers
 
Wayne.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 16-September-2008 at 9:15am
Hi, Last time I looked it was working OK, although I'm not using on my sites now. Have you got a link we can look at?
Back to Top
RBP Limited View Drop Down
Groupie
Groupie


Joined: 04-July-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote RBP Limited Quote  Post ReplyReply Direct Link To This Post Posted: 16-September-2008 at 9:18am
Hi, After a bit of googleing I've fiex the problem. If you see the code below you'll see the line I changed.
<script>
 function UpDown(tabid)
 {
 //var etab=eval(tabid);
 var etab=document.getElementById(tabid)
  if (etab.style.display=='')
  { etab.style.display='none';
  }
  else
  { etab.style.display='';
  }
 }
</script>
 
Cheers
Wayne
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 16-September-2008 at 9:31am
Cool
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.066 seconds.