Posts Tagged ‘abitary angle’

JavaScript Image Rotator

Tuesday, March 9, 2010 2:40 1 Comment

We can rotate the image by angle.here is a source code for it ..( rotate an image by an arbitrary angle, it works in IE7 & FF3

<html>
<head>
<!–
**** Universal JavaScript Image Rotator v1.1 (16-03-2009)
//–>
<script type="text/javascript">
<!–
//******************** Image parameters *******************
imagename='kk.jpg'
xsize=180
ysize=240
//*********** nothing to configure below this line ********
//–>
</script>
</head>
<body style="margin:20px">
<H1>Universal JavaScript Image Rotator v1.0 (14-03-2009)</H1>
<div id="container" style="overflow:hidden">
<script type="text/javascript">
<!–
[...]

This was posted under category: JavaScript Tags: , , , ,