View Single Post
Old 12-09-2012, 09:00 PM   PM User | #8
alwaysme
New to the CF scene

 
Join Date: Nov 2012
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
alwaysme is an unknown quantity at this point
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?
alwaysme is offline   Reply With Quote