I am a new user to Dynamic HTML editor but not to HTML or java. The master page I create generates a different result for my "Home" button than from the four others. Home works perfectly, but place the mouse over other buttons and the each change to the wrong image. Examining the java script, it appears that the images are not being included in the array. The variations for masterpagemenuhome (masterpagemenuhome, masterpagemenuhomeo, masterpagemenuhomec) are present. Masterpagemenuservices has the o and variants but masterpagemenuabout, masterpagemenucontact and masterpagemenucase studies do not appear with o or c suffixes. Consequentially the buttons are "confused".
To confound things more, if the buttons are dragged to a different part of the screen and then compiled they work!
Here is an extract from the HTML:
var dheroll_this = jsGetArray ("files/index_documentation_hso.png;files/index_documentation_hs.png;files/index_training_hso.png;files/index_training_hs.png;files/index_consultancy_hso.png;files/index_consultancy_hs.png;files/index_gfxcanvas1o.png;files/index_gfxcanvas1.png;files/shared_master-page_masterpagemenuhomeo.png;files/shared_master-page_masterpagemenuhome.png;files/shared_master-page_masterpagemenuhomec.png;files/shared_master-page_masterpagemenuserviceso.png;files/shared_master-page_masterpagemenuservices.png;files/shared_master-page_masterpagemenuservicesc.png;files/shared_master-page_masterpagemenucontact.png;files/shared_master-page_masterpagemenuabout.png;files/shared_master-page_masterpagemenucasestudies.png;");