Home | Forums | What's new | Resources | |
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:
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:
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 |