Could just be default margin/padding. The default settings are a little different across the board. Does the space persist when both margin/padding are set to 0? It shouldn't. Here's some CSS that is a nice way to set reliable defaults (e.g. setting margins on all block level elements to 0 etc) - I always start with this basic file and build on my page elements from there:

If there are items that don't work as expected or are superfluous feel free to make it known.

/* CSS
--------------------------------------*/

body {
        font: 100% verdana,arial,helvetica,clean,sans-serif;
        background: #FFFFFF;
}

table {
        font-size:inherit;
        font-size: 100%;
}

select, input, textarea {
        font: 99% verdana,arial,helvetica,clean,sans-serif;
}

pre, code {
        font: 100% monospace;
}

body * {
        line-height: 1.22em;
}


h1, h2, h3, h4, h5, h6,
p,
blockquote,
form,
label, dl, ul, ol,
fieldset {
        margin: 0;
        padding: 0;
}

dd { margin: 0; padding: 0;
}

dt      
{
margin: 0; padding: 0;
        font-weight: bold;
}

/* END CSS
------------------------------------*/





Charith De Silva wrote:

Hi all,
Can someone please explain me why firefox displays a space between tables.
I tested the same pages with the IE but it works fine.
thank you.

Charith.

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

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.29/607 - Release Date: 12/28/2006 
12:31 PM

--

Joseph R. B. Taylor
*Sites by Joe, LLC*
/Custom Web Design & Development/
http://sitesbyjoe.com
(609) 335-3076
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
begin:vcard
fn:Joseph R. B. Taylor
n:Taylor;Joseph
org:Sites by Joe, LLC
adr:;;408 Route 47 South;Cape May Court House;NJ;08210;USA
email;internet:[EMAIL PROTECTED]
tel;work:609-335-3076
tel;cell:609-335-3076
x-mozilla-html:FALSE
url:http://sitesbyjoe.com
version:2.1
end:vcard


Reply via email to