My goal is to set the background image of a table and add individual cells
(text or images) that can be opaque or transparent. The height and width of
the table is fixed. The image that needs to be set in the table background
however, is not under my control, and can be larger or smaller than the
table's viewing area. Tagging the code as shown below does not automatically
up/down-scale the image to fit within the desired viewing area:

        <table width="100" height="50" cellpadding="0" cellspacing="0"
border="0"

style="background-image:url(images/image1.gif);background-position: center;
                   background-repeat: no-repeat; background-attachment:
fixed;">
          <tr>
            <td>
              <img src="...">
            </td>
            <td width="30"></td>
            <td>
              some text here...
            </td>
          </tr>
        </table>

Is there a standardized way to present this without resolving to a
Javascript or CSS hack ?

Matt


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to