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
I use image rollovers ALL THE TIME …and okay I might overuse them too much, but seriously the effect is simple - but effective! Especially if you’re a noob at flash and complex effects…like me…haha.
Anyway, all you really need is this code:
<a href="http://tutorials.elusionerie.com/" onMouseOver="document.roll.src='yourpic1.gif'" onMouseOut="document.roll.src='yourpic2.gif'">…
Tags: effect, image, javascript, simple
Posted in Uncategorized | No Comments »