-
Sliding javascript menu high light
This sliding hover effect script is an easy method to add some flavor to your navigation. Using the CSS you can easily customize the navigation to fit your look...
+ Dec 04, 2008 [Web Design]
-
Load a js or css file dynamically
To load a .js or .css file dynamically, in a nutshell, it means using DOM methods to first create a swanky new script or LINK element, assign it the appropriate...
+ Dec 04, 2008 [Web Design]
-
PNG Image Fix For Microsoft Internet Explorer
Add a js file script!-- function correctPNG() { for(var i=0; idocument.images.length; i++) { var img = document.images[i] var imgName = img.src.toUpperCase() if...
+ Dec 04, 2008 [Web Design]


