Hello the experts!
Coolmenus not so cool. :o( I seem to be having a problem with resize. I cannot get Mozilla or IE to reposition the menu without hitting the refresh button on the browser. So the script is working, but only on demand. How do I make sure that the menu is checked all the time?
//Menu properties
oCMenu.pxBetween=15
oCMenu.fromLeft=!bw.moz?((cmpage.x2 - 755)/2)+200:((cmpage.x2 - 775)/2)+200
//We also need to "replace" the menu on resize. So:
oCMenu.onresize="!bw.moz?((cmpage.x2 - 775)/2)+200:((cmpage.x2 - 775)/2)+200"
oCMenu.fromTop=55
oCMenu.rows=1
oCMenu.menuPlacement=0
oCMenu.offlineRoot=""
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg=""
oCMenu.zIndex=0
Your Expert knowlage will be most appreciated.
Cheers,
Julie
window.onresize = RebuildMenuOrSomething;