![]() |
Expand/Collapse menu not working in Firefox |
Post Reply ![]() |
Author | |
RBP Limited ![]() Groupie ![]() Joined: 04-July-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() 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.
|
|
![]() |
|
Hamish ![]() Admin Group ![]() Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
![]() ![]() ![]() ![]() ![]() |
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?
|
|
![]() |
|
RBP Limited ![]() Groupie ![]() Joined: 04-July-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
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
|
|
![]() |
|
Hamish ![]() Admin Group ![]() Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
![]() ![]() ![]() ![]() ![]() |
Cool
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |