Question : Mysterious floating image in table

Hello - I'm attempting to skin a very simple rounded corner table in a design that was supposed to be 1-2-3 :)  But the top image for the rounded table seems to be being held apart by some mysterious force that won't have it connect to make a single contiguous table.  I've tried everything that I know to do to figure it out.  Someone please help me.

The test page I'm using is here:
http://www.circleofsisters.com/2010_default.htm

I can't for the life of me figure out why something so simple is eluding me so completely.  I also do need for it to work cross browser but expecially in IE7 and Safari

Any assistance is GREATLY appreciated... speedy assistance even moreso

Answer : Mysterious floating image in table

Maybe there is a border around the image, set its border to 0.

Or just use CSS to set the <td> background image, this is inline but you can always put in it your css file.

<td style="background-image:url('images/top_bg.png'); height:20px;"></td>
Random Solutions  
 
programming4us programming4us