How to Code an Instant Information System

DLPerry

New Member
From the Possibilities tutorials:

This article shows you how to code an instant information system that can place

~~ definitions,
~~ instructions, and
~~ other information

near your site visitor's cursor. The information appears when the cursor hovers over certain links or when certain form fields are clicked.

The information pre-loads as the web page loads. Thus, it can appear instantly.

Read the entire article and get the code here >>http://dlperry.com/code_an_instant_info_system.html
 

zkiller

Super Moderator
Staff member
ir's a simple mixture of dhtml layers and javascript, along with some optional css style sheets to make it look pretty. for those that have dreamweaver, dw will do all of this for you in a few clicks.

their is no actual pre loading involved, being that all the layers are simple html. all the javascript does is tell the browser the respective layer is visible or not using the on mouse over and on click commands.

i hope i didn't come off as a @#$% (insert proffanity), but i did, i appologize. just trying to point out how simple all this really is, once you know what it is.
 
Top