1
Im about baffled, and Im sure the answer is, "because I don't know what Im doing."
I had a single page, with 3 different areas that had links that changed layers using JavaScript. I then broke each of those three sections into individual blocks. Now, no matter where I put the java code, in block1, block2 or block3, only one of the blocks will be able to control layers. (in the block with the links itself)
For example:
Block1
Link1 Layer1
Link2 Layer2 (not visible until the link is clicked.
Block2
Link1 Layer3
Link2 Layer4 (not visible until the link is clicked.
Block3
Link1 Layer5
Link2 Layer6 (not visible until the link is clicked.
When I put the java code in more than one block, they all stop showing layers, or only the blocks that doen't have java code will change...
Can anyone give me a java script 101 lesson real quick? I probably need to explain myself some more….let me know if I should post my code…
Thanks!