Recently Popular Dhtml Tagged Tutorials



Apr 26

Fixed Position Floating Layers

Posted by , in Javascript Tutorials

This page has two floating layers. The first one is fixed to its location as defined by the inline code and the second is defined to float at the bottom of the screen by calculating an offset at load time.

Popularity: 20.3%

Thumbnail for Fixed Position Floating Layers
Clique It


Apr 15

Popup Alternatives

Posted by , in Javascript Tutorials

The use of popup blockers creates a problem for developers who need to put up supporting information on a page. So they need an alternative. A styled layer has been the popular workaround, but it is a lot of work. Not just writing the code'; it means bring the code for the popup into the [...]

Popularity: 19%

Thumbnail for Popup Alternatives
Clique It


Apr 4

No Preload Image Rollovers

Posted by , in CSS Tutorials

One of the most common effects used on web pages is the image rollover. There are two problems associated with the effect: First. They require a pre-load to work smoothly. That means scripting must be enabled, and each image must be separately addressed.

Popularity: 21%

Thumbnail for No Preload Image Rollovers
Clique It


Apr 4

AJAX Demythified for PHP Programmers

Posted by , in AJAX Tutorials

All I want is to be able to USE the so-called buzz/hype/must-do technique called AJAX, and to be able to do this SIMPLY for a very SIMPLE purpose : to be able to trigger client-side queries to the server, whilst using PHP on the server to generate the client's DHTML code.

Popularity: 19%

Thumbnail for AJAX Demythified for PHP Programmers
Clique It