I want to position my loading animation on the same line, inside my input box, to the right.
I tried :
<span>
<input id="searchbox" placeholder="Enter Catalog # " type="text" />
<img style="float:right;" id='loading' width="100px" src="http://rpg.drivethrustuff.com/shared_images/ajax-loader.gif"/>
</span>
I get :
I couldn't get it to show inside my input box. :(
Place both the
input
and theimg
inside a div and make thatdiv
look like a text box. I am currently on my phone so it might not be perfect but I think you get the point.http://jsfiddle.net/soz8jq2x/