I am trying to make an image move smoothly inside a div using jQuery and CSS. I have tried rotation and animation, but nothing has worked the way I need it to.
<div class="baloon" style="position:fixed;left:0px;top:160px;">
<img id="rot" class="rotate1" src="http://artinnmedia.com/images/baloon5.png">
</div>
Take a look at this ...the balloon needs to move smoothly in two directions inside that div
If anyone could help me solve this, I would greatly appreciate it