Click to See Complete Forum and Search --> : Getting 1px spacing around table cells in IE but not FireFox?


noslenwerd
07-01-2009, 02:49 PM
Can anyone tell me why?

Not sure what is going on here...

Here is a link to the development site where you can see the problem I am having (I did not design it, but I am in charge of changing to html).

http://www.vismarkgroup.com/dev/Kyrie/about.html

Thanks!!

cbVision
07-01-2009, 03:31 PM
That's no border, that's the background of the body.

Add a background to your main table:

<table style="background: #fff;">

noslenwerd
07-01-2009, 03:32 PM
That's no border, that's the background of the body.

Add a background to your main table:

<table style="background: #fff;">

But if I do that, my rounded edges around the table would not work...