FIXING A BACKGROUND IMAGE TO A SPECIFIC LOCATION WITHIN IN A TABLE:Example will show an image sitting on the right side - at the bottom of the page.Note: NN4x will not do either the fixed background or the background position Use the following code directly in your stylesheet or place in the head of your page document. Use this method of applying the background image as it is valid html. Others may suggest using bgproperties declaration, this however, is IE propriety code and is not valid html.
Or use this code to place directly into your webpage, just above the </head> tag. <style type="text/css"> If you want to apply it cell of your table you could use: .cellback { and apply it to the required cell via the property inspector <td class="cellback"> Tip: Select the tag you want to apply the background image too, bottom |