CharlotteL
IS-IT--Management
I have a problem with my Layers.
I have an initial command that onload certain layers are hidden and others are shown - it works fine but I get a quick flash of all layers - do you know how I can stop the quick flash of the hidden layers?
This is my code:
I have an initial command that onload certain layers are hidden and others are shown - it works fine but I get a quick flash of all layers - do you know how I can stop the quick flash of the hidden layers?
This is my code:
Code:
body onload="MM_showHideLayers('Layer2','','show','Layer3','','show','Layer6','',
'show','Layer7','','show','Layer8','','show','Layer9',
'','show','Layer10','','hide','Layer11','','hide',
'Layer12','','hide','Layer13','','hide',
'Layer14','','hide','Layer15','','hide','
Layer16','','hide','Layer17','','hide',
'Layer18','','hide','Layer5','','show')">