I have a Div layer like this
...
<style type="text/css">
<!--
#newImg {
position:absolute;
left:180px;
top:99px;
width:704px;
height:387px;
z-index:1;
background-image:url(../Pictures/repbg.png);
background-repeat:repeat;
}
-->
</style></head>
<body>
<div id="newImg" name="newImg" ></div>
...
How to rotate it?
You can use cssSandpaper to use the transform property which can be used to rotate elements in Gecko (Firefox), WebKit (Safari, Chrome), Opera and even Internet Explorer.
This is a jQuery plugin that will rotate the image: http://code.google.com/p/jquery-rotate/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With