please help me having this error on my site only in IE6...works fine in IE7... this is the URL... http://foam.hosting.paran.com/beta/pe-foam-sheet-extrusion-line.html thanks guys... heres a screenshot...
Hi fallen1, the error is because of this : ss = subs.getElementsByTagName('UL'); submenu = ss[0]; => no matter if there's some 'UL' tag and its first child you assing it into submenu variable. So you need to be sure there's always some UL pair in the first level. To fix the error, you need to add <ul></ul> inside <li></li> tags for - XPS Foam Board Line and PE and PS Foam Recycling Line. Better now??