View Full Version : positioning in userlookup


flinchalot
01-14-2005, 05:41 PM
I want to position the picture in the bottom right of my lookup, but I can't work out how. please help!

xx_eeyore
01-15-2005, 02:16 PM
<style type="text/css">
img{filter:alpha(opacity=100);}
table{background:transparent;}
body {background: url(INSERT URL HERE) no-repeat bottom right fixed}
</style>

thats wat i used on mine wen i had one hope it works!!

flinchalot
01-15-2005, 04:34 PM
k, I'll try it

Thanks, it worked!