For Navigation: Cursor =====>

Use  Temp. Info's
to show "what's behind"!

(IE only)


Online communication has many advantages over conventional writing on paper. One of it is that you can differentiate between important and not-so-important information vis-à-vis your reader. This article shows you how this can be done.

1. TITLE = Temporary "ToolTip"

In HTML, all the "block tags" can have the property TITLE=… . Click here if you want to know how this is coded in HTML.

Main advantage of a title - it is very easy to implement: Simply add TITLE=… to any of the block tags, followed by the comment you want displayed when the user gives the cursor a rest on the tagged information. It is part of standard HTML, i.e. you don't need the download offered at the bottom. (Nice side effect ... .)

Disadvantages of a title - you have almost nothing under your own control:

These disadvantages you can avoid by the second kind of temporary information:

2. Temporary DIV

Just about anything that can be coded in HTML can also be enclosed in <DIV> tags (examples ...) Click here if you want to know coding details.

Only three restrictions you should keep in mind with temporary DIV's:

3. Temporary Window

Frequently you will want to give a look into a contents layed down somewhere else already (either for data integrity, or simply because you are too lazy to copy it). A temp. Window is good for that - it gives:

Click here if you want to know how this is coded in HTML.