I have a main cell, i want to position a background image in the bottom right hand of the table, then be able to have text, other tables, etc appear above this image (as they should with a normal background)
Any ideas?
Thanks very much
Printable View
I have a main cell, i want to position a background image in the bottom right hand of the table, then be able to have text, other tables, etc appear above this image (as they should with a normal background)
Any ideas?
Thanks very much
According to CSS you should be able to do that by setting the background-position see here.
I'm not 100% sure if it works exactly the same in all browsers though.
You might also need to set background-repeat to no-repeat if you don't want the background image to tile.
Let me know how you get on.
DJ
Yeah, that seemed to do the trick, i was forgetting the no-repeat bit
Thanks!