I am using the superfish menu from this example:
http://users.tpg.com.au/j_birch/plugins/superfish/#examples (with Supersubs).
It works great in every browser even in ie6!!
When i finished copying it to my project, everything seems fine but just IE6 makes problems. the dropdown does not appear and really cant find the problem! i even tried the same jquery version (like the example).
here is my menu: http://tvim.de/cmsms/
do you guys know whats wrong??
thanks!
I am using the superfish menu from this example: http://users.tpg.com.au/j_birch/plugins/superfish/#examples (with Supersubs). It works
Share
In this code, you have a sneaky problem:
This was called the Trailing Comma of Death. Once I removed that, your menu began working, although you might have an issue with your second-level menus displaying.
http://jfcoder.com/test/missplacedcomma.html