Center Absolute Position DIV

October 1st, 2006 | Web Development How-to's | 105 Comments

Centering a div on the screen with absolute position is something may at first seem very complicated, but with a little thinking and simple addition to the position element you can easily center an absolute position div in the middle of the screen.
This can be helpful for creating a wrapper to contain and center the [...]

Creating a Scrolling DIV area

September 6th, 2006 | Web Development How-to's | 0 Comments

At times when creating a site, you may encounter a situation where you need to include more content into DIV than the design is made to handle.
Maybe you want to include the latest news, blogs feeds, or RSS information, but you would like to keep it contained to a small section of the [...]

Using DIV and SPAN Elements as Clickable Links

September 1st, 2006 | Web Development How-to's | 1 Comments

From time to time it is helpful to make entire DIV or SPAN click-able as link would be. This is often helpful when you want to make a section of an image, or perhaps a background image function as a link would.
The effect is made possible with some simple JavaScript that uses the “onclick” [...]

Pages (1):[ 1 ]