|
well that worked, i would upgrade your rank if i could!
Only issue is when i use the toggle button, it just works for the first overlay, i added a new button but it does not function at all and does not hide the second overlay
<div id ="toolbar" style="width: 100%; height:20px; text-align:center">
<input type="button" value="Toggle Visibility Overlay 1" onclick="overlay.toggle();"></input><br />
<input type="button" value="Toggle Visibility Overlay 2" onclick="overlay2.toggle2();"></input>
</div>
Do i need to add some other code above that?
|