|
H T M L Goodies |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
C S S Goodies |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Flash Goodies |
|
|
|
|
|
|
CSS Mouse Over Button Code Creator
';
}
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();
}
// -->
This online coder will produce the script
to enable you to make custom mouse over button effects on your site. |
|
|
|
|
Rollover Image Code
|
|
| This code segment controls the rollover
effect, and incorporates the images and settings from above. Copy and paste
this code into the body of your HTML file at the point where you want the
image and rollover effect to appear. |
Preload Image Code
|
|
This code segment will preload the rollover
state image, so that it might already be loaded by the time the user first
rolls the mouse cursor over the image. Copy and paste this code into the
bottom of your HTML file, just before the </html> tag..
TOP    BACK    Home Page
|
| |