<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script>
<script type='text/javascript'>
    $(document).ready(function(){ 

       $("#content").rotate(20);
       $("#inner_content").rotate(-20);


    }); 
</script>


<div id="content">
    <div id="inner_content">
    </div>    
</div>

This is not working in IE6+. Works only in chrome and firefox

Recommended Answers

All 4 Replies

Please help

Vizz, sorry I have no experience of .rotate().

I don't even know what it does.

Airshow

Vizz,

according to the sepecs of the jquery rotate plugin: it supports images. No where says it supposed to work with divs.

Try using the rotate with an image in IE and see if it works.

Thanks for reply.
I checked but it works only for images. Can you help me to modify,

jQueryRotate.js

I tried to modify it's img tag with div inside jQueryRotate.js but it's not working.

Help is needed for rotating div.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.