Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

About Creating a Dynamic Inline Element


Microsoft Corporation

Updated June 10, 1999

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   When you use the <SPAN> tag inline with text, including other items in the span (such as graphics) limits the span's minimum height to 12 points.

Create dynamic links



Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.