Frank1100
Member
Posted 5 months ago #
Hi, I'm trying to use 2 images in a div where 1 comes normally and the 2nd one should stick to the bottom right of the div and text should float ... I checked some google searches but seems not to come through yet ...
screenshot http://my.jetscreenshot.com/10418/20111228-zuo1-126kb.jpg
code http://my.jetscreenshot.com/10418/20111228-nplk-37kb
Thx for helping,
Frank
sacredpath
Member
Posted 5 months ago #
align="right" won't work. What you are going to to have to do is add a declaration to style offloat: right;in the image code. Give that a try and see what happens. It could be that theposition: absolute;` will kill the float, I don't know.
Frank1100
Member
Posted 5 months ago #
wasn't able to achieve something. CSS is hell complicated to oversee what all is actually affecting, layering, working, bugging ... does anyone know of a good online css designer ?