The problem is that you do not have the corresponding hidden divs for those tooltips that are not working. Example, in the table you have this for the link to the tooltip:
Code:
<A HREF="19HydePark.shtml" REL="19hydepark"><IMG SRC="images/toc-bullet-1.gif" ALT="more information" WIDTH="16" HEIGHT="8" BORDER="0"> Click for Details</A>
But you don't have something like the following for the link above:
Code:
<DIV ID="19hydepark" CLASS="balloonstyle" STYLE="width: 750px; background-color: #CCCCCC">
Info describing this property.
</DIV>
If that makes sense. Also; on a secondary note, you may want to work on validating the HTML (http://validator.w3.org/).
Hope this helps.
Bookmarks