HomeForumsWhat's newResources 
 
 
Javascript Help -- IE Being Stupid
racketboy - Jan 7, 2006
 racketboy Jan 7, 2006
I'm putting in some collapsibile category menus on my right-hand column of my blog:

See here...

In Firefox, the menu seems to work fine.

However, in IE the "Platforms" one is just displayed like it's always expanded and doesn't collapse.

Here's the main Javascript routine in the HEAD area:

Code:
  

And then here's the menu part:

Code:
  
 Categories[/b]

 
    [*][url=http://www.racketboy.com/retro/2004/07/category-sega.html]Sega[/url] [*][url=http://www.racketboy.com/retro/2004/07/category-nintendo.html]Nintendo[/url] [*][url=http://www.racketboy.com/retro/2004/07/category-portable.html]Portable Gaming[/url] [*][url=http://www.racketboy.com/retro/2004/07/category-hacks.html]Hacks[/url] [*][url=http://www.racketboy.com/retro/2004/07/category-emulation.html]Emulation[/url] [*]
    + Platforms
    [/list]

Also worth mentioning is that my other menus that are slightly different work fine in IE (I'm including the Blogger template code, but you'll get the idea)

Code:
  
 
+ Previous Posts[/b]

Any ideas?

 racketboy Jan 7, 2006
ok, I basically got it to work by using nested ULs

but I'm gonna have to tweak the indent -- its currently more than I would like