Hi i have made a gif with a static image on my page using CSS and HTML.
However i can't seem to code the DIV to align it where i want on the page.
Here is the code
<style><!--
#Correct { height:333px; width:200px; background: url('http://literaturetolifestyle.com/wp-content/uploads/2014/02/correct.jpg');} #Correct:hover { cursor:pointer; background:url('http://literaturetolifestyle.com/wp-content/uploads/2014/02/Correct-squat.gif');}
--></style>
<div id="Correct"></div>
I want to align the gif right.