';
}
function preview()
{
var imgwidth = (document.form1.imgwidth.value.length<1 ? 400 : parseInt(document.form1.imgwidth.value)+50);
var imgheight = (document.form1.imgheight.value.length<1 ? 200 : parseInt(document.form1.imgheight.value)+50);
prev = window.open('', '', 'width='+imgwidth+',height='+imgheight+',menubar=yes,resizable=yes');
prev.focus();
prev.document.open ("text/html");
prev.document.writeln ("
| "+document.form1.imagecode.value+" |
"+document.form1.preloadcode.value+"");
prev.document.close();
}
// -->
MouseOver Maker
|
MouseOver Image Maker |
|
Making images change on mouse over is a very popular and neat javascript. Making the code is extremely easy,
and we even explain it in our javascript tutorial. However, why make the code yourself when our editor can do it for you?
Below you will find a simple set of forms that creates mouseOver code for your page, and even makes
preloading code for you as well. Just fill out the form, click "create code" and paste to code into your page and
you'll have mouseOver images! |
Back to Main
