RouratopeRaph
New Member
A big image(image.jpg) will be used as a background of a \[code\]div\[/code\].Part of the image (suppose 70%) will be visible and then the image will move slowly rightward. After the full of the remaining part becomes visible it will start moving leftward. How to achieve that with cross browser compatibilities ?Markup code:\[code\]<div class="my_div"></div><style type="text/css">.my_div{background-image:url('img/image.jpg');}</style>\[/code\]