I'm trying desperately to get this thing working. The click on link is working fine. the + changes to a minus and back to a + when clicked. my problem is the content absolutely does nothing ( it's always visible.
I've used exact cut and paste of your code for every part, this is pissing me off , it looks like such a cool script.
Code:
<table width="100%" cellpadding="1" cellspacing="0" align="center" border="0">
<tr><td colspan="2" align="center">
<div class="ArticleTitle"><?=$zonedesc?></div>
</td></tr><tr><td align="center">
NPC Count: <?=$npccount?> <a href="<?=$objectlink?>&DATA2=<?=$zone?>">View NPCs</a>
</td><td align="center">
Quest Count: <?=$questcount?> <a href="<?=$questlink?>&DATA2=<?=$zone?>">View Quests</a>
</td></tr><tr><td colspan="2" align="center">
<br /><br /><div onClick="expandcontent(this, 'feckyou')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>Adjacent Zones:</div>
</td></tr>
<div id="feckyou" class="switchcontent"><?=$zones?></div>
</table>
any ideas?
(Header file has the full exact unmodified javascript)
Bookmarks