|
|||||||||||||||||
It's Not Just Help. . . So How Does It Work? HTML Topics & Templates CSS DHTML
Project File (.hhp) Contents File (.hhc) Merging Modular Files Accelerating Links Distribution & Installation HTML Help Resources on the Web |
Show/Hide Text Recipe
|
previousText |
is the text that appears on the Web page right before the affected text; |
|
definedTerm |
is the affected text. When the user moves the mouse over this text, the definition text pops up. |
|
definition |
is the definition that appears when the user moves the mouse cursor over the definedTerm; |
|
definitionID |
is an alphanumeric set of characters that you wish to use to identify this particular definedTerm/definition pair. If you use multiple occurrences of this recipe in the same HTML page, the definitionID must be unique for each occurrence. (For example, you could use something as simple as definitionID1, definitionID2,...) |
|
followingText |
is the text that appears on the Web page right after the affected text. |
When the user mouses over the definedTerm, the definition appears. This recipe is flexible enough to include a small picture representing the definedTerm. To include a picture, add an <IMG> tag immediately after the definition text.