Change the following bit of code to fix the problem with unclickable header links:
headinclude
Code:
<div id='mypopup' name='mypopup' style='position: absolute; width: 250px; height: 200px; background: none; border: none;'></div>
change to:
Code:
<div id='mypopup' name='mypopup' style='position: absolute; background: none; border: none;'></div>
This will be fixed in the instructions in v3 once I finish adding a few features.