I have a table cell which I am applying a style to. This style has a background image.
Then I require another image going into that same tablecell.
But what I am looking to do is make the tablecell style's background image be ontop of the image that I put into the cell.
The reason for this I am using vb.net to make the table rows/cells. The background image for the style is the only constant, as the other one would change.
The only way to try and describe what I am doing is lets say I want to put a sale image in the top left corner of an image without have to alter the original image for that product.
The Sale image would be against the style, and the product image would be put there after.
Many thanks for any help in advance.
Then I require another image going into that same tablecell.
But what I am looking to do is make the tablecell style's background image be ontop of the image that I put into the cell.
The reason for this I am using vb.net to make the table rows/cells. The background image for the style is the only constant, as the other one would change.
The only way to try and describe what I am doing is lets say I want to put a sale image in the top left corner of an image without have to alter the original image for that product.
The Sale image would be against the style, and the product image would be put there after.
Many thanks for any help in advance.