
 |
|
|
|
Angelsworld Web-Tool service 2009 |
|
|
';
}
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();
}
// -->
Mouse Over Button Coder | | This online coder will produce the scriptto enable you to make custom mouse over button effects on your site. | | | Rollover Image Code |
|---|
| | This code segment controls the rollovereffect, and incorporates the images and settings from above. Copy and pastethis code into the body of your HTML file at the point where you want theimage and rollover effect to appear. |
Preload Image Code |
|---|
| | This code segment will preload the rolloverstate image, so that it might already be loaded by the time the user firstrolls the mouse cursor over the image. Copy and paste this code into thebottom of your HTML file, just before the </html> tag. |
|
|
© Design by Kiran - All Rights Reserved @ Angelsworld
2009 |
| |