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 [...]
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 [...]
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” [...]