Categories:

Using JavaScript to statically display elements

By default, all elements on a page (ie: text or image) are displayed inline, and non stationary. Scroll the page, and everything that was previously on it disappears into the sunset. In this tutorial, we'll show you how to create an exception to that rule, and to enable an element to remain constantly visible on the browser screen. How? In a nutshell, HTML, CSS, and a lot of JavaScript!