Forum Moderators: not2easy
<div style="position: absolute; right: 5px; top: 5px"> <img src="pic.jpg" alt="Alt" /> </div>
Thanks, globay
1) Specify a width to the div that's the same as the image.
2) Use text-align: right; on the div.
3) Position the image itself without the wrapper div.
Hope that helps.
Thanks alot birdman!
-- globay
Birdman
Fortunately, it didn't work. Now I use the shorter form. ;-)
<div style="[b]display:block;[/b] position: absolute; [b]left:auto;[/b] right: 5px; top: 5px"> <img src="pic.jpg" alt="Alt" /> </div>
I've seen instances where this has worked.
DE