In this pedagogical tutorial, you are going to take a look at how to serve HTML5 forms to modern browsers, while compensating for older browsers by using a mix of Webforms2, Modernizr, jQuery UI and assorted jQuery Plugins.
Spotlight: Constrained Stickies with jQuery
Floating content as a user scrolls through the rest of the page is child’s play. No JavaScript is necessary — you can do it with just plain old CSS. Slap a position: fixed
declaration on it and boom!, you have a container that is fixed in a specific location in the page — it’s floating in the page to be more colloquial.