Is it possible to float an element to top and outside. I have tried with CSS like this, but it doesn't work:
What I basically want, is the element to float to the top outside corner of the page.
img{
float: top outside;
}
What I basically want, is the element to float to the top outside corner of the page.