I have a table cell that is 250 pixels wide (by definition) and an image that is 141 pixels wide... I'd like to display the image as a background on the right side of the table cell...
works... it displays the image, but because alignment is not specified, it doesn't align.
style="background: url(/phmanip/imagehash.php?amount=500&mo=123886&hres=2A723B71BBE8D7D6002BD095D061599C) no-repeat middle right"
displays the image and does not repeat it, but it does not align it.
I've tried many variations.. sometimes trying to put values in parentheses, sometimes not, but the only attributes I can get it to be aware of is no-repeat and the image.
Any thoughts?
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
Code:
style="background: url(/phmanip/imagehash.php?amount=500&mo=123886&hres=2A723B71BBE8D7D6002BD095D061599C"
works... it displays the image, but because alignment is not specified, it doesn't align.
style="background: url(/phmanip/imagehash.php?amount=500&mo=123886&hres=2A723B71BBE8D7D6002BD095D061599C) no-repeat middle right"
displays the image and does not repeat it, but it does not align it.
I've tried many variations.. sometimes trying to put values in parentheses, sometimes not, but the only attributes I can get it to be aware of is no-repeat and the image.
Any thoughts?
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.