About creating a dynamic inline element

Although <DIV> and <SPAN> tags are usually used for page layout purposes, you can also use them to make unique links. For example, we created the following dynamic link for the topic links on our home pages:

GO

There are three steps to creating a dynamic element:

  1. Insert the tag for an instance of the section.
  2. Insert the JavaScript code.
  3. Update your style sheet to reflect the new section.

Note


Create dynamic links