Hello again.
Ive been having big problems getting my extended menu (suckerfish) to work in IE.
The reason why i think it is something to do with chronoforms is because my page will only load in in IE 5.2 (mac) after i take out the suckerfish IE hack, which is written in javascript.
Since this hack has presumably been tried and tested many times and i can seem to find much documentation of this problem i can only assume it is conflicting with some other javascript code.
Chronoforms is the only extension that i have installed and i doubt it is conflicting with the core joomla code. Although i could be wrong!
This is the javascript which is causing the issues...
The only thing that makes me suspect that it is not an issue with chronoforms is that when i disable chronoforms is still have the same issue.
Can anyone shed some light on the subject?
Has anyone successfull used the suckerfish (extended menu) with chronoforms?
Thanks.
Ive been having big problems getting my extended menu (suckerfish) to work in IE.
The reason why i think it is something to do with chronoforms is because my page will only load in in IE 5.2 (mac) after i take out the suckerfish IE hack, which is written in javascript.
Since this hack has presumably been tried and tested many times and i can seem to find much documentation of this problem i can only assume it is conflicting with some other javascript code.
Chronoforms is the only extension that i have installed and i doubt it is conflicting with the core joomla code. Although i could be wrong!
This is the javascript which is causing the issues...
<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("mainlevel"«»);
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI"«») {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", ""«»);
}
}
}
}
}
window.onload=startList;
//--<!]]></script>
The only thing that makes me suspect that it is not an issue with chronoforms is that when i disable chronoforms is still have the same issue.
Can anyone shed some light on the subject?
Has anyone successfull used the suckerfish (extended menu) with chronoforms?
Thanks.