Michel,

On Feb 23, 2006, at 12:31 PM, Michel Sabatino wrote:

> Hi.
>
> I have an unwanted separation between 2 div's in Firefox.
> It works fine on IE6.
>
> This is the link : http://www.auxe.net/test

You have
------
.testi {
margin: 15px; }
-----
This is putting 15px all around.  Change this to
----
.testi {
margin: 0; }
----
to remove it.

Roger,
-- 
Roger Roelofs
[EMAIL PROTECTED]



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to