Web Developer SectionDevXGraphics SectionEarthWeb

Here's the configuration file used for this page:

rollovers.js

We used the live v6 scripts--the same scripts that drive the rest of the menus on the HM Central site--when calling this page, which is why we explicitly set the HM_ConfigDir and HM_ConfigFiles at the top of the page instead of within the loader file (which is where they would normally be set by default).

This example page includes rollover code in the "dummy" HM_f_PopUp and HM_f_PopDown calls, so that older browsers or browsers not supported by HM will still display image rollovers (presuming they are JavaScript enabled and support image rollovers). Note that if you utilize this technique, you will also need to comment out the HM_f_PopUp and HM_f_PopDown definitions in HM_Loader.js:

if(window.event + "" == "undefined") event = null;
// function HM_f_PopUp(){return false};
// function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;