I have an image which I want to tile in a table cell. The table cell should
expand to fill "the rest of the width" available. This works in Mozilla:
<td width="100%" background="images/topbar_05.gif"> </td>
But the background attribute isn't actually valid in the td tag. For that
reason Konqueror doesn't support it, and that's one of the browsers I must
have.
Is there an alternative way?