View Single Post
Old 04-02-2008, 10:02 PM   PM User | #8
tomws
Senior Coder

 
tomws's Avatar
 
Join Date: Nov 2007
Location: Arkansas
Posts: 2,644
Thanks: 29
Thanked 330 Times in 326 Posts
tomws will become famous soon enoughtomws will become famous soon enough
HTM
Code:
<div id="navcontainerclosed">
...
  <div id="storeclosed"> <img src="images/store_closed.jpg" width="353" height="110" onmouseover="MM_showHideLayers('loadarea','','hide','overview','','hide','aboutclosed','','show','picturesclosed','','show','videoclosed','','show','pressclosed','','show','storeclosed','','hide')" />
  </div>
</div>
Looks like the order image mouseover is the only one hiding the loadarea div, and...

JAVASCRIPT
Code:
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
...
    obj.visibility=v; }
}
that is, indeed switching the visibility.

Last edited by tomws; 04-02-2008 at 10:02 PM.. Reason: oops
tomws is offline   Reply With Quote
Users who have thanked tomws for this post:
bainesmcg (04-10-2008)