Click to See Complete Forum and Search --> : Background image in a cell


nyccicee
06-29-2004, 08:51 PM
The background images in the two top cells (one is the date, and the other is the nav bar)of my site looks very differnt from some computers to others. It mostly looks great but I've been told that on a few other computers the background images in those cells repeat themselves, one laying right next to the other, almost like the images arn't long enough to fit in the cell properly.

Why does this happen? Is there something I can do to prevent this from happening?


here's my site:

http://www.nicolecairns.com/hood_new_test_page.htm

sharkey
06-30-2004, 08:27 AM
Just add this to the appropriate table cell.
Add this in the head of your document
<style type="text/css">
td.right {background:url(images/cellback.gif) no-repeat #fff;}
</style>

<td class="right></td>

Hope this helps