This JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. All you need to do is put header rows (if you need them) in THEAD section, table body Read more »
in Experiments
in Experiments
Technique to build flexible CSS drop shadows applied to arbitrary block elements. Most of the existing techniques for creating element shadows use images, this one doesn’t. IT uses plain simple CSS. Have a look below. Read more »
in Experiments
This technique is simple and effective way to have buttons with nice rounded edges using plain CSS without any Javascript usage. Read more »
in Javascript
How to get rid of the delay that happens when you use multiple images with ‘onmouseover’? Preload all the images.
Read more »
in Javascript
How to make text in an html page unselectable for the visitors? I don’t know for what reasons you may need this, but here is the code you want, read below.
Read more »
