Sunday, November 16th, 2008
Pure CSS image rollovers do have its advantages over the common javascript fix. It’s quickly load-i-fiable and its really simple to implement and figure out!!! Plus you really only need one image, so its pretty much guaranteed to be an instant image rollover The CSS basically…
Tags: CSS, effect, image, simple
Posted in Uncategorized | No Comments »
Sunday, November 16th, 2008
There are two popular ways for preloading images with javascript or CSS, and most of the time this code is used for onmouseover effects(a la image rollovers). Preloading images are really useful for getting the lag outta loading image rollovers - hence making your website…
Tags: CSS, image, javascript, layout, simple
Posted in Uncategorized | No Comments »