Internet Explorer PNG Fix

Posted on

If you ever had trouble with PNG files in IE then this is the fix for you. This fix is very easy to implement and is a great script. I’ve been looking for a script to fix this problem and I finally found it. The script has been created by TwinHelix and is an amazing. All you need to do is add the following code to your CSS img, div { behavior: url(iepngfix.htc) } You… Read more »


Add reflections to images without an image

Posted on

Have you ever wanted to add a reflection to your image without doing it in your favorite photo editing software? Well now you can with reflection.js written by Christian Effenberger. Reflection.js works well with logos, icons and dynamic image content such as forum avatars. It uses unobtrusive javascript to keep your code clean and its very easy to implement. It works in all the major browsers and on older browsers your visitors won’t notice a… Read more »


Cross-Browser Gradient without Images

Posted on

Yes that’s right you can create a gradient without using images and even better is that it works Cross Browser. The Javascript was written by slayeroffice and it is an easy script to implement. To create the gradient you must first add the Javascript to the top of the page. <script type=”text/javascript” src=”gradient.js”></script> Then add the following class to any element you wish. <class=”gradient ffffff 000000 vertical”> You can change anything after gradient. You may… Read more »


Add Style to your HTML Tables

Posted on

Add style to your HTML Tables use Tablecloth. Tablcloth is a wonderful script written by Alen Grakalic. This script allows you to highlight the rows and columns of any table with any style using CSS. It makes your tables very user friendly and it requires very little coding. Tablecloth only works when you are displaying tabular data. Tablecloth Features: Tablecloth will highlight rows or columns (or both). Tablecloth adds selected state on click. Based on… Read more »


Rounded Borders in CSS without Images

Posted on

curvyCorners is a great free unobtrusive JavaScript script that will create rounded corners for any HTML DIV element. It is so easy to implement and it works so well. With this script you will no longer need to create rounded corners in any image editing software. The Script Supports the following Features: Easy to use JavaScript object Full Anti-Aliasing support Anti-Aliasing over graphical backgrounds Background-image support (round corners of images) Fluid height/width support Solid border… Read more »