[HTML/CSS]Moving around images.
How do I make an image go to right bottom? (100% 100%),
I tried float but didn't work.. And I just started reading this tutorial, otherwise I have no knowlegde at all in CSS. But the TuT didn't tell me how to place images, only by pixel's but then the site will be messed up if you have another screen resolution..
help?
Re: [HTML/CSS]Moving around images.
It's really easy.
Code:
style="position: absolute; bottom: 0pt; right: 0pt;"
Re: [HTML/CSS]Moving around images.
Not for me :P
Thanks a bunch ;]